#FCF5F4

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

Shades of White Smoke #FCF5F4

Tints of White Smoke #FCF5F4

Color information

#FCF5F4 (or 0xFCF5F4) is unknown color: approx White Smoke. HEX triplet: FC, F5 and F4. RGB value is (252,245,244). Sum of RGB (Red+Green+Blue) = 252+245+244=741 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.01% from 741); Green value is 245 (96.09% from 255 or 33.06% from 741); Blue value is 244 (95.70% from 255 or 32.93% from 741); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF5F4 is #030A0B. Grayscale: #F6F6F6. Windows color (decimal): -199180 or 16053756. OLE color: 16053756.

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

Color convert

RGB252245244-
CMYK00.030.030.01
HSL7.5º57.14%97.25%-
HSV(B)7.5º3.17%98.82%-
XYZ89.1392.5398.75-
YUV246.98126.32131.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.01%
GREEN value IS 245 (96.09% from 255) = 33.06%
BLUE value IS 244 (95.70% from 255) = 32.93%
R=34.01%
G=33.06%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224524400.030.030.017.557.1497.25
HexFCF5F4033183961
Octal37436536403311071141
Binary11111100111101011111010001111110001110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF5F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF5F4; }

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

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

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

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

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

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

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

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