#FCF1FE

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

Shades of White Lilac #FCF1FE

Tints of White Lilac #FCF1FE

Color information

#FCF1FE (or 0xFCF1FE) is unknown color: approx White Lilac. HEX triplet: FC, F1 and FE. RGB value is (252,241,254). Sum of RGB (Red+Green+Blue) = 252+241+254=747 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.73% from 747); Green value is 241 (94.53% from 255 or 32.26% from 747); Blue value is 254 (99.61% from 255 or 34.00% from 747); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCF1FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF1FE is #030E01. Grayscale: #F5F5F5. Windows color (decimal): -200194 or 16708092. OLE color: 16708092.

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

Color convert

RGB252241254-
CMYK0.010.0500.00
HSL290.77º86.67%97.06%-
HSV(B)290.77º5.12%99.61%-
XYZ89.4990.76106.57-
YUV245.77132.64132.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.73%
GREEN value IS 241 (94.53% from 255) = 32.26%
BLUE value IS 254 (99.61% from 255) = 34.00%
R=33.73%
G=32.26%
B=34.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522412540.010.0500.00290.7786.6797.06
HexFCF1FE15001235761
Octal3743613761500443127141
Binary11111100111100011111111011010010010001110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF1FE; }

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

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

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

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

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

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

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

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