Html Css Color HEX #F0FCCB Snow Flurry

📋 copy color: '#F0FCCB'

red 240 ◦ green 252 ◦ blue 203

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

Shades of Snow Flurry #F0FCCB

Tints of Snow Flurry #F0FCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 29.21%

R = 34.53%
G = 36.26%
B = 29.21%

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

#F0FCCB (or 0xF0FCCB) is known color: Snow Flurry. HEX triplet: F0, FC and CB. RGB value is (240,252,203). Sum of RGB (Red+Green+Blue) = 240+252+203=695 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.53% from 695); Green value is 252 (98.83% from 255 or 36.26% from 695); Blue value is 203 (79.69% from 255 or 29.21% from 695); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCCB is #0F0334. Grayscale: #F3F3F3. Windows color (decimal): -983861 or 13368560. OLE color: 13368560.

HSL color Cylindrical-coordinate representation of color #F0FCCB: hue angle of 74.69º 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 #F0FCCB is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 252 203 -
CMYK 0.05 0 0.19 0.01
HSL 74.69º 0.89% 0.89% -
HSV(B) 74.69º 0.19% 0.99% -
XYZ 81.53 92.46 70.05 -
YUV 242.83 105.52 125.98 -
System Red Green Blue C M Y K H S L
Decimal 240 252 203 0.05 0 0.19 0.01 74.69 0.89 0.89
Hex F0 FC CB 5 0 13 1 4B 59 59
Octal 360 374 313 5 0 23 1 113 131 131
Binary 11110000 11111100 11001011 101 0 10011 1 1001011 1011001 1011001

Color Harmonies of #F0FCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FCCB

Black with #F0FCCB

Text Example


Text Example

White with #F0FCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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