#FCF5F8

Color #FCF5F8 Lavender Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blush #FCF5F8

Tints of Lavender Blush #FCF5F8

Color information

#FCF5F8 (or 0xFCF5F8) is unknown color: approx Lavender Blush. HEX triplet: FC, F5 and F8. RGB value is (252,245,248). Sum of RGB (Red+Green+Blue) = 252+245+248=745 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.83% from 745); Green value is 245 (96.09% from 255 or 32.89% from 745); Blue value is 248 (97.27% from 255 or 33.29% from 745); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF5F8 is #030A07. Grayscale: #F7F7F7. Windows color (decimal): -199176 or 16315900. OLE color: 16315900.

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

Color convert

RGB252245248-
CMYK00.030.020.01
HSL334.29º53.85%97.45%-
HSV(B)334.29º2.78%98.82%-
XYZ89.7492.78101.98-
YUV247.44128.32131.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.83%
GREEN value IS 245 (96.09% from 255) = 32.89%
BLUE value IS 248 (97.27% from 255) = 33.29%
R=33.83%
G=32.89%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224524800.030.020.01334.2953.8597.45
HexFCF5F8032114e3661
Octal374365370032151666141
Binary1111110011110101111110000111011010011101101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF5F8; }

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

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

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

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

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

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

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

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