Color Hex Logo

#f9caeb Color Hex

#F9CAEB
(249,202,235)
0 Favorites   0 Comments

Color spaces of #f9caeb

RGB 249202235
HSL0.880.800.88
HSV318°19°98°
CMYK 0.000.190.06   0.02
XYZ75.182868.379087.8332
Yxy68.37900.32490.2955
Hunter Lab82.691617.5810-5.0924
CIE-Lab86.195621.9147-9.9792

#f9caeb color RGB value is (249,202,235).

#f9caeb hex color red value is 249, green value is 202 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f9caeb hue: 0.88 , saturation: 0.80 and the lightness value of f9caeb is 0.88.

The process color (four color CMYK) of #f9caeb color hex is 0.00, 0.19, 0.06, 0.02. Web safe color of #f9caeb is #ffccff. Color #f9caeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001010 11101011
Octal 371 312 353
Decimal 249 202 235
Hex F9 CA EB

RGB Percentages of Color #f9caeb

%36.30
%29.45
%34.26

CMYK Percentages of Color #f9caeb

%0
%19
%6
%2

Triadic Colors of #f9caeb

#f9caeb #ebf9ca #caebf9

Analogous Colors of #f9caeb

#f9caeb #f9cad4 #f0caf9

Monochromatic Colors of #f9caeb

#f9caeb

Complementary Color

#f9caeb #caf9d8

#f9caeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9caeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9caeb Color CSS Codes

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

#f9caeb Text Font Color

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

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


#f9caeb Background Color

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

This div background color is #f9caeb


#f9caeb Border Color

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

This div border color is #f9caeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9caeb


Comments

No comments written yet.

Please login to write comment.