Color Hex Logo

#f0cdfb Color Hex

#F0CDFB
(240,205,251)
0 Favorites   0 Comments

Color spaces of #f0cdfb

RGB 240205251
HSL0.790.850.89
HSV286°18°98°
CMYK 0.040.180.00   0.02
XYZ75.179169.1529100.6523
Yxy69.15290.30690.2823
Hunter Lab83.158215.8458-13.5521
CIE-Lab86.579720.2515-17.9664

#f0cdfb color RGB value is (240,205,251).

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

The process color (four color CMYK) of #f0cdfb color hex is 0.04, 0.18, 0.00, 0.02. Web safe color of #f0cdfb is #ffccff. Color #f0cdfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001101 11111011
Octal 360 315 373
Decimal 240 205 251
Hex F0 CD FB

RGB Percentages of Color #f0cdfb

%34.48
%29.45
%36.06

CMYK Percentages of Color #f0cdfb

%4
%18
%0
%2

Triadic Colors of #f0cdfb

#f0cdfb #fbf0cd #cdfbf0

Analogous Colors of #f0cdfb

#f0cdfb #fbcdef #d9cdfb

Monochromatic Colors of #f0cdfb

#f0cdfb

Complementary Color

#f0cdfb #d8fbcd

#f0cdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0cdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0cdfb Color CSS Codes

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

#f0cdfb Text Font Color

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

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


#f0cdfb Background Color

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

This div background color is #f0cdfb


#f0cdfb Border Color

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

This div border color is #f0cdfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,205,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 #f0cdfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0cdfb


Comments

No comments written yet.

Please login to write comment.