Html Css Color HEX #F0FAC8 Snow Flurry

📋 copy color: '#F0FAC8'

red 240 ◦ green 250 ◦ blue 200

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

Shades of Snow Flurry #F0FAC8

Tints of Snow Flurry #F0FAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 28.99%

R = 34.78%
G = 36.23%
B = 28.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#F0FAC8 (or 0xF0FAC8) is known color: Snow Flurry. HEX triplet: F0, FA and C8. RGB value is (240,250,200). Sum of RGB (Red+Green+Blue) = 240+250+200=690 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.78% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 200 (78.52% from 255 or 28.99% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FAC8 is #0F0537. Grayscale: #F1F1F1. Windows color (decimal): -984376 or 13171440. OLE color: 13171440.

HSL color Cylindrical-coordinate representation of color #F0FAC8: hue angle of 72º degrees, saturation: 0.83, 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 #F0FAC8 is Cyan = 0.04, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 250 200 -
CMYK 0.04 0 0.2 0.02
HSL 72º 0.83% 0.88% -
HSV(B) 72º 0.2% 0.98% -
XYZ 80.55 91.07 67.98 -
YUV 241.31 104.69 127.07 -
System Red Green Blue C M Y K H S L
Decimal 240 250 200 0.04 0 0.2 0.02 72 0.83 0.88
Hex F0 FA C8 4 0 14 2 48 53 58
Octal 360 372 310 4 0 24 2 110 123 130
Binary 11110000 11111010 11001000 100 0 10100 10 1001000 1010011 1011000

Color Harmonies of #F0FAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FAC8

Black with #F0FAC8

Text Example


Text Example

White with #F0FAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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