Color Hex Logo

#f0ccfb Color Hex

#F0CCFB
(240,204,251)
0 Favorites   0 Comments

Color spaces of #f0ccfb

RGB 240204251
HSL0.790.850.89
HSV286°19°98°
CMYK 0.040.190.00   0.02
XYZ74.940668.6760100.5728
Yxy68.67600.30690.2812
Hunter Lab82.871016.3941-13.9451
CIE-Lab86.343420.7808-18.3226

#f0ccfb color RGB value is (240,204,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001100 11111011
Octal 360 314 373
Decimal 240 204 251
Hex F0 CC FB

RGB Percentages of Color #f0ccfb

%34.53
%29.35
%36.12

CMYK Percentages of Color #f0ccfb

%4
%19
%0
%2

Triadic Colors of #f0ccfb

#f0ccfb #fbf0cc #ccfbf0

Analogous Colors of #f0ccfb

#f0ccfb #fbccef #d9ccfb

Monochromatic Colors of #f0ccfb

#f0ccfb

Complementary Color

#f0ccfb #d7fbcc

#f0ccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0ccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0ccfb Color CSS Codes

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

#f0ccfb Text Font Color

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

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


#f0ccfb Background Color

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

This div background color is #f0ccfb


#f0ccfb Border Color

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

This div border color is #f0ccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0ccfb

Related Colors


Comments

No comments written yet.

Please login to write comment.