Html Css Color HEX #FCF6F6 Snow

📋 copy color: '#FCF6F6'

red 252 ◦ green 246 ◦ blue 246

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

Shades of Snow #FCF6F6

Tints of Snow #FCF6F6

RGB

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

 GREEN value IS 246 (96.48% from 255) = 33.06%

 BLUE value IS 246 (96.48% from 255) = 33.06%

R = 33.87%
G = 33.06%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCF6F6 (or 0xFCF6F6) is known color: Snow. HEX triplet: FC, F6 and F6. RGB value is (252,246,246). Sum of RGB (Red+Green+Blue) = 252+246+246=744 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.87% from 744); Green value is 246 (96.48% from 255 or 33.06% from 744); Blue value is 246 (96.48% from 255 or 33.06% from 744); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF6F6 is #030909. Grayscale: #F7F7F7. Windows color (decimal): -198922 or 16185084. OLE color: 16185084.

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

Color convert

RGB 252 246 246 -
CMYK 0 0.02 0.02 0.01
HSL 0.5% 0.98% -
HSV(B) 0.02% 0.99% -
XYZ 89.74 93.26 100.46 -
YUV 247.79 126.99 131 -
System Red Green Blue C M Y K H S L
Decimal 252 246 246 0 0.02 0.02 0.01 0 0.5 0.98
Hex FC F6 F6 0 2 2 1 0 32 62
Octal 374 366 366 0 2 2 1 0 62 142
Binary 11111100 11110110 11110110 0 10 10 1 0 110010 1100010

Color Harmonies of #FCF6F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF6F6

Black with #FCF6F6

Text Example


Text Example

White with #FCF6F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF6F6; }

 p { color: rgb(252,246,246); }

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

background-color css

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

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

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

border-color css

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

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

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