Color Hex Logo

#f9b8ca Color Hex

#F9B8CA
(249,184,202)
0 Favorites   0 Comments

Color spaces of #f9b8ca

RGB 249184202
HSL0.950.840.85
HSV343°26°98°
CMYK 0.000.260.19   0.02
XYZ66.868158.685063.6801
Yxy58.68500.35340.3101
Hunter Lab76.606121.74874.3385
CIE-Lab81.118126.08360.1905

#f9b8ca color RGB value is (249,184,202).

#f9b8ca hex color red value is 249, green value is 184 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f9b8ca hue: 0.95 , saturation: 0.84 and the lightness value of f9b8ca is 0.85.

The process color (four color CMYK) of #f9b8ca color hex is 0.00, 0.26, 0.19, 0.02. Web safe color of #f9b8ca is #ffcccc. Color #f9b8ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111000 11001010
Octal 371 270 312
Decimal 249 184 202
Hex F9 B8 CA

RGB Percentages of Color #f9b8ca

%39.21
%28.98
%31.81

CMYK Percentages of Color #f9b8ca

%0
%26
%19
%2

Triadic Colors of #f9b8ca

#f9b8ca #caf9b8 #b8caf9

Analogous Colors of #f9b8ca

#f9b8ca #f9c7b8 #f9b8eb

Monochromatic Colors of #f9b8ca

#f9b8ca

Complementary Color

#f9b8ca #b8f9e7

#f9b8ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9b8ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9b8ca Color CSS Codes

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

#f9b8ca Text Font Color

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

This sample text font color is #f9b8ca
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.


#f9b8ca Background Color

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

This div background color is #f9b8ca


#f9b8ca Border Color

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

This div border color is #f9b8ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9b8ca


Comments

No comments written yet.

Please login to write comment.