Color Hex Logo

#f9ccfb Color Hex

#F9CCFB
(249,204,251)
0 Favorites   0 Comments

Color spaces of #f9ccfb

RGB 249204251
HSL0.830.850.89
HSV297°19°98°
CMYK 0.010.190.00   0.02
XYZ78.072470.2905100.7194
Yxy70.29050.31340.2822
Hunter Lab83.839419.5026-12.5397
CIE-Lab87.139123.6976-17.0451

#f9ccfb color RGB value is (249,204,251).

#f9ccfb hex color red value is 249, green value is 204 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f9ccfb hue: 0.83 , saturation: 0.85 and the lightness value of f9ccfb is 0.89.

The process color (four color CMYK) of #f9ccfb color hex is 0.01, 0.19, 0.00, 0.02. Web safe color of #f9ccfb is #ffccff. Color #f9ccfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001100 11111011
Octal 371 314 373
Decimal 249 204 251
Hex F9 CC FB

RGB Percentages of Color #f9ccfb

%35.37
%28.98
%35.65

CMYK Percentages of Color #f9ccfb

%1
%19
%0
%2

Triadic Colors of #f9ccfb

#f9ccfb #fbf9cc #ccfbf9

Analogous Colors of #f9ccfb

#f9ccfb #fbcce6 #e2ccfb

Monochromatic Colors of #f9ccfb

#f9ccfb

Complementary Color

#f9ccfb #cefbcc

#f9ccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9ccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9ccfb Color CSS Codes

.mybgcolor {background-color:#f9ccfb; } 
.myforecolor {color:#f9ccfb; }
.mybordercolor {border:3px solid #f9ccfb; }

#f9ccfb Text Font Color

<p style="color:#f9ccfb">Text here</p>

This sample text font color is #f9ccfb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f9ccfb Background Color

<div style="background-color:#f9ccfb">
Div content here</div>

This div background color is #f9ccfb


#f9ccfb Border Color

<div style="border:3px solid #f9ccfb">
Div here</div>

This div border color is #f9ccfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,204,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f9ccfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f9ccfb;
  -webkit-box-shadow: 1px 1px 3px 2px #f9ccfb;
  box-shadow:         1px 1px 3px 2px #f9ccfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,204,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f9ccfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f9ccfb;
  -webkit-box-shadow: 1px 1px 3px 2px #f9ccfb;
  box-shadow:         1px 1px 3px 2px #f9ccfb;">
Div content here</div>

This div box has shadow with color #f9ccfb

Related Colors


Comments

No comments written yet.

Please login to write comment.