Html Css Color HEX #FCF5FD White Lilac

📋 copy color: '#FCF5FD'

red 252 ◦ green 245 ◦ blue 253

#FCF5FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of White Lilac #FCF5FD

Tints of White Lilac #FCF5FD

RGB

 RED value IS 252 (98.83% from 255) = 33.6%

 GREEN value IS 245 (96.09% from 255) = 32.67%

 BLUE value IS 253 (99.22% from 255) = 33.73%

R = 33.6%
G = 32.67%
B = 33.73%

CMYK

 C value IS 0.00

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCF5FD (or 0xFCF5FD) is known color: White Lilac. HEX triplet: FC, F5 and FD. RGB value is (252,245,253). Sum of RGB (Red+Green+Blue) = 252+245+253=750 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.6% from 750); Green value is 245 (96.09% from 255 or 32.67% from 750); Blue value is 253 (99.22% from 255 or 33.73% from 750); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCF5FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF5FD is #030A02. Grayscale: #F7F7F7. Windows color (decimal): -199171 or 16643580. OLE color: 16643580.

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

Color convert

RGB 252 245 253 -
CMYK 0.00 0.03 0 0.01
HSL 292.5º 0.67% 0.98% -
HSV(B) 292.5º 0.03% 0.99% -
XYZ 90.53 93.09 106.13 -
YUV 248.01 130.82 130.85 -
System Red Green Blue C M Y K H S L
Decimal 252 245 253 0.00 0.03 0 0.01 292.5 0.67 0.98
Hex FC F5 FD 0 3 0 1 124 43 62
Octal 374 365 375 0 3 0 1 444 103 142
Binary 11111100 11110101 11111101 0 11 0 1 100100100 1000011 1100010

Color Harmonies of #FCF5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF5FD

Black with #FCF5FD

Text Example


Text Example

White with #FCF5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF5FD; }

 p { color: rgb(252,245,253); }

 H1.HeaderClassName
 {
   color: #FCF5FD;
 }
 .AnyTagClassName
 {
   color: #FCF5FD;
 }
</style>

background-color css

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

 a { background-color: rgb(252,245,253); }

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

border-color css

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

 span { border-color: rgb(252,245,253); }

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