Html Css Color HEX #FCF9F9 Snow

📋 copy color: '#FCF9F9'

red 252 ◦ green 249 ◦ blue 249

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

Shades of Snow #FCF9F9

Tints of Snow #FCF9F9

RGB

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

 GREEN value IS 249 (97.66% from 255) = 33.2%

 BLUE value IS 249 (97.66% from 255) = 33.2%

R = 33.6%
G = 33.2%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCF9F9 (or 0xFCF9F9) is known color: Snow. HEX triplet: FC, F9 and F9. RGB value is (252,249,249). Sum of RGB (Red+Green+Blue) = 252+249+249=750 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.6% from 750); Green value is 249 (97.66% from 255 or 33.2% from 750); Blue value is 249 (97.66% from 255 or 33.2% from 750); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF9F9 is #030606. Grayscale: #F9F9F9. Windows color (decimal): -198151 or 16382460. OLE color: 16382460.

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

Color convert

RGB 252 249 249 -
CMYK 0 0.01 0.01 0.01
HSL 0.33% 0.98% -
HSV(B) 0.01% 0.99% -
XYZ 91.12 95.29 103.21 -
YUV 249.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 252 249 249 0 0.01 0.01 0.01 0 0.33 0.98
Hex FC F9 F9 0 1 1 1 0 21 62
Octal 374 371 371 0 1 1 1 0 41 142
Binary 11111100 11111001 11111001 0 1 1 1 0 100001 1100010

Color Harmonies of #FCF9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF9F9

Black with #FCF9F9

Text Example


Text Example

White with #FCF9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF9F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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