Html Css Color HEX #F0FAC7 Snow Flurry

📋 copy color: '#F0FAC7'

red 240 ◦ green 250 ◦ blue 199

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

Shades of Snow Flurry #F0FAC7

Tints of Snow Flurry #F0FAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 28.88%

R = 34.83%
G = 36.28%
B = 28.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#F0FAC7 (or 0xF0FAC7) is known color: Snow Flurry. HEX triplet: F0, FA and C7. RGB value is (240,250,199). Sum of RGB (Red+Green+Blue) = 240+250+199=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 199 (78.12% from 255 or 28.88% from 689); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FAC7 is #0F0538. Grayscale: #F1F1F1. Windows color (decimal): -984377 or 13105904. OLE color: 13105904.

HSL color Cylindrical-coordinate representation of color #F0FAC7: hue angle of 71.76º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0FAC7 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 250 199 -
CMYK 0.04 0 0.20 0.02
HSL 71.76º 0.84% 0.88% -
HSV(B) 71.76º 0.2% 0.98% -
XYZ 80.43 91.02 67.36 -
YUV 241.2 104.19 127.15 -
System Red Green Blue C M Y K H S L
Decimal 240 250 199 0.04 0 0.20 0.02 71.76 0.84 0.88
Hex F0 FA C7 4 0 14 2 48 54 58
Octal 360 372 307 4 0 24 2 110 124 130
Binary 11110000 11111010 11000111 100 0 10100 10 1001000 1010100 1011000

Color Harmonies of #F0FAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FAC7

Black with #F0FAC7

Text Example


Text Example

White with #F0FAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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