#FCF3FE

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

Shades of White Lilac #FCF3FE

Tints of White Lilac #FCF3FE

Color information

#FCF3FE (or 0xFCF3FE) is unknown color: approx White Lilac. HEX triplet: FC, F3 and FE. RGB value is (252,243,254). Sum of RGB (Red+Green+Blue) = 252+243+254=749 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.64% from 749); Green value is 243 (95.31% from 255 or 32.44% from 749); Blue value is 254 (99.61% from 255 or 33.91% from 749); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCF3FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF3FE is #030C01. Grayscale: #F6F6F6. Windows color (decimal): -199682 or 16708604. OLE color: 16708604.

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

Color convert

RGB252243254-
CMYK0.010.0400.00
HSL289.09º84.62%97.45%-
HSV(B)289.09º4.33%99.61%-
XYZ90.0891.95106.77-
YUV246.94131.98131.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.64%
GREEN value IS 243 (95.31% from 255) = 32.44%
BLUE value IS 254 (99.61% from 255) = 33.91%
R=33.64%
G=32.44%
B=33.91%

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
Decimal2522432540.010.0400.00289.0984.6297.45
HexFCF3FE14001215561
Octal3743633761400441125141
Binary11111100111100111111111011000010010000110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF3FE; }

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

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

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

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

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

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

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

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