Html Css Color HEX #F0FCCC Snow Flurry

📋 copy color: '#F0FCCC'

red 240 ◦ green 252 ◦ blue 204

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

Shades of Snow Flurry #F0FCCC

Tints of Snow Flurry #F0FCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 29.31%

R = 34.48%
G = 36.21%
B = 29.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#F0FCCC (or 0xF0FCCC) is known color: Snow Flurry. HEX triplet: F0, FC and CC. RGB value is (240,252,204). Sum of RGB (Red+Green+Blue) = 240+252+204=696 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.48% from 696); Green value is 252 (98.83% from 255 or 36.21% from 696); Blue value is 204 (80.08% from 255 or 29.31% from 696); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCCC is #0F0333. Grayscale: #F3F3F3. Windows color (decimal): -983860 or 13434096. OLE color: 13434096.

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

Color convert

RGB 240 252 204 -
CMYK 0.05 0 0.19 0.01
HSL 75º 0.89% 0.89% -
HSV(B) 75º 0.19% 0.99% -
XYZ 81.64 92.51 70.68 -
YUV 242.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 240 252 204 0.05 0 0.19 0.01 75 0.89 0.89
Hex F0 FC CC 5 0 13 1 4B 59 59
Octal 360 374 314 5 0 23 1 113 131 131
Binary 11110000 11111100 11001100 101 0 10011 1 1001011 1011001 1011001

Color Harmonies of #F0FCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FCCC

Black with #F0FCCC

Text Example


Text Example

White with #F0FCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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