Html Css Color HEX #F0FCCF Snow Flurry

📋 copy color: '#F0FCCF'

red 240 ◦ green 252 ◦ blue 207

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

Shades of Snow Flurry #F0FCCF

Tints of Snow Flurry #F0FCCF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 36.05%

 BLUE value IS 207 (81.25% from 255) = 29.61%

R = 34.33%
G = 36.05%
B = 29.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#F0FCCF (or 0xF0FCCF) is known color: Snow Flurry. HEX triplet: F0, FC and CF. RGB value is (240,252,207). Sum of RGB (Red+Green+Blue) = 240+252+207=699 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.33% from 699); Green value is 252 (98.83% from 255 or 36.05% from 699); Blue value is 207 (81.25% from 255 or 29.61% from 699); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCCF is #0F0330. Grayscale: #F3F3F3. Windows color (decimal): -983857 or 13630704. OLE color: 13630704.

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

Color convert

RGB 240 252 207 -
CMYK 0.05 0 0.18 0.01
HSL 76º 0.88% 0.9% -
HSV(B) 76º 0.18% 0.99% -
XYZ 82.01 92.65 72.59 -
YUV 243.28 107.52 125.66 -
System Red Green Blue C M Y K H S L
Decimal 240 252 207 0.05 0 0.18 0.01 76 0.88 0.9
Hex F0 FC CF 5 0 12 1 4C 58 5A
Octal 360 374 317 5 0 22 1 114 130 132
Binary 11110000 11111100 11001111 101 0 10010 1 1001100 1011000 1011010

Color Harmonies of #F0FCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FCCF

Black with #F0FCCF

Text Example


Text Example

White with #F0FCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FCCF; }

 p { color: rgb(240,252,207); }

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

background-color css

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

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

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

border-color css

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

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

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