#FCF4F8

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

Shades of Lavender Blush #FCF4F8

Tints of Lavender Blush #FCF4F8

Color information

#FCF4F8 (or 0xFCF4F8) is unknown color: approx Lavender Blush. HEX triplet: FC, F4 and F8. RGB value is (252,244,248). Sum of RGB (Red+Green+Blue) = 252+244+248=744 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.87% from 744); Green value is 244 (95.70% from 255 or 32.80% from 744); Blue value is 248 (97.27% from 255 or 33.33% from 744); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF4F8 is #030B07. Grayscale: #F6F6F6. Windows color (decimal): -199432 or 16315644. OLE color: 16315644.

HSL color Cylindrical-coordinate representation of color #FCF4F8: hue angle of 330º degrees, saturation: 0.57, 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 #FCF4F8 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB252244248-
CMYK00.030.020.01
HSL330º57.14%97.25%-
HSV(B)330º3.17%98.82%-
XYZ89.4492.17101.88-
YUV246.85128.65131.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.87%
GREEN value IS 244 (95.70% from 255) = 32.80%
BLUE value IS 248 (97.27% from 255) = 33.33%
R=33.87%
G=32.80%
B=33.33%

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
Decimal25224424800.030.020.0133057.1497.25
HexFCF4F8032114a3961
Octal374364370032151271141
Binary1111110011110100111110000111011010010101110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF4F8; }

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

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

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

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

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

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

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

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