#FCF4FE

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

Shades of White Lilac #FCF4FE

Tints of White Lilac #FCF4FE

Color information

#FCF4FE (or 0xFCF4FE) is unknown color: approx White Lilac. HEX triplet: FC, F4 and FE. RGB value is (252,244,254). Sum of RGB (Red+Green+Blue) = 252+244+254=750 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.6% from 750); Green value is 244 (95.70% from 255 or 32.53% from 750); Blue value is 254 (99.61% from 255 or 33.87% from 750); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCF4FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF4FE is #030B01. Grayscale: #F7F7F7. Windows color (decimal): -199426 or 16708860. OLE color: 16708860.

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

Color convert

RGB252244254-
CMYK0.010.0400.00
HSL288º83.33%97.65%-
HSV(B)288º3.94%99.61%-
XYZ90.3892.55106.87-
YUV247.53131.65131.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.6%
GREEN value IS 244 (95.70% from 255) = 32.53%
BLUE value IS 254 (99.61% from 255) = 33.87%
R=33.6%
G=32.53%
B=33.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522442540.010.0400.0028883.3397.65
HexFCF4FE14001205362
Octal3743643761400440123142
Binary11111100111101001111111011000010010000010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF4FE; }

 p { color: rgb(252,244,254); }

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

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

 a { background-color: rgb(252,244,254); }

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

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

 span { border-color: rgb(252,244,254); }

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