#FCF0FF

Color #FCF0FF White Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Lilac #FCF0FF

Tints of White Lilac #FCF0FF

Color information

#FCF0FF (or 0xFCF0FF) is unknown color: approx White Lilac. HEX triplet: FC, F0 and FF. RGB value is (252,240,255). Sum of RGB (Red+Green+Blue) = 252+240+255=747 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.73% from 747); Green value is 240 (94.14% from 255 or 32.13% from 747); Blue value is 255 (100% from 255 or 34.14% from 747); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCF0FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF0FF is #030F00. Grayscale: #F5F5F5. Windows color (decimal): -200449 or 16773372. OLE color: 16773372.

HSL color Cylindrical-coordinate representation of color #FCF0FF: hue angle of 288º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCF0FF is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB252240255-
CMYK0.010.0600
HSL288º100%97.06%-
HSV(B)288º5.88%100%-
XYZ89.3590.24107.32-
YUV245.3133.48132.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 33.73%
GREEN value IS 240 (94.14% from 255) = 32.13%
BLUE value IS 255 (100% from 255) = 34.14%
R=33.73%
G=32.13%
B=34.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522402550.010.060028810097.06
HexFCF0FF16001206461
Octal3743603771600440144141
Binary11111100111100001111111111100010010000011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0FF; }

 p { color: rgb(252,240,255); }

 H1.HeaderClassName
 {
   color: #FCF0FF;
 }
 .AnyTagClassName
 {
   color: #FCF0FF;
 }
</style>
background-color css

<style>
 a { background-color: #FCF0FF; }

 a { background-color: rgb(252,240,255); }

 div.DivClassName
 {
   background-color: #FCF0FF;
 }
 .BgClassName
 {
   background-color: #FCF0FF;
 }
</style>
border-color css

<style>
 span { border-color: #FCF0FF; }

 span { border-color: rgb(252,240,255); }

 td.TdClassName
 {
   border-color: #FCF0FF;
 }
 .TagClassName
 {
   border-color: #FCF0FF;
 }
</style>