Color Hex Logo

#f9cafd Color Hex

#F9CAFD
(249,202,253)
0 Favorites   0 Comments

Color spaces of #f9cafd

RGB 249202253
HSL0.820.930.89
HSV295°20°99°
CMYK 0.020.200.00   0.01
XYZ77.917169.4726102.2314
Yxy69.47260.31210.2783
Hunter Lab83.350221.0017-14.3757
CIE-Lab86.737525.1179-18.7078

#f9cafd color RGB value is (249,202,253).

#f9cafd hex color red value is 249, green value is 202 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f9cafd hue: 0.82 , saturation: 0.93 and the lightness value of f9cafd is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001010 11111101
Octal 371 312 375
Decimal 249 202 253
Hex F9 CA FD

RGB Percentages of Color #f9cafd

%35.37
%28.69
%35.94

CMYK Percentages of Color #f9cafd

%2
%20
%0
%1

Triadic Colors of #f9cafd

#f9cafd #fdf9ca #cafdf9

Analogous Colors of #f9cafd

#f9cafd #fdcae8 #e0cafd

Monochromatic Colors of #f9cafd

#f9cafd

Complementary Color

#f9cafd #cefdca

#f9cafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9cafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9cafd Color CSS Codes

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

#f9cafd Text Font Color

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

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


#f9cafd Background Color

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

This div background color is #f9cafd


#f9cafd Border Color

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

This div border color is #f9cafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9cafd


Comments

No comments written yet.

Please login to write comment.