Html Css Color HEX #F0FAC3 Snow Flurry

📋 copy color: '#F0FAC3'

red 240 ◦ green 250 ◦ blue 195

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

Shades of Snow Flurry #F0FAC3

Tints of Snow Flurry #F0FAC3

RGB

 RED value IS 240 (94.14% from 255) = 35.04%

 GREEN value IS 250 (98.05% from 255) = 36.5%

 BLUE value IS 195 (76.56% from 255) = 28.47%

R = 35.04%
G = 36.5%
B = 28.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F0FAC3 (or 0xF0FAC3) is known color: Snow Flurry. HEX triplet: F0, FA and C3. RGB value is (240,250,195). Sum of RGB (Red+Green+Blue) = 240+250+195=685 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.04% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 195 (76.56% from 255 or 28.47% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FAC3 is #0F053C. Grayscale: #F0F0F0. Windows color (decimal): -984381 or 12843760. OLE color: 12843760.

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

Color convert

RGB 240 250 195 -
CMYK 0.04 0 0.22 0.02
HSL 70.91º 0.85% 0.87% -
HSV(B) 70.91º 0.22% 0.98% -
XYZ 79.97 90.84 64.95 -
YUV 240.74 102.19 127.47 -
System Red Green Blue C M Y K H S L
Decimal 240 250 195 0.04 0 0.22 0.02 70.91 0.85 0.87
Hex F0 FA C3 4 0 16 2 47 55 57
Octal 360 372 303 4 0 26 2 107 125 127
Binary 11110000 11111010 11000011 100 0 10110 10 1000111 1010101 1010111

Color Harmonies of #F0FAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FAC3

Black with #F0FAC3

Text Example


Text Example

White with #F0FAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FAC3; }

 p { color: rgb(240,250,195); }

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

background-color css

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

 a { background-color: rgb(240,250,195); }

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

border-color css

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

 span { border-color: rgb(240,250,195); }

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