Html Css Color HEX #F0FBCB Snow Flurry

📋 copy color: '#F0FBCB'

red 240 ◦ green 251 ◦ blue 203

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

Shades of Snow Flurry #F0FBCB

Tints of Snow Flurry #F0FBCB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.17%

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

R = 34.58%
G = 36.17%
B = 29.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F0FBCB (or 0xF0FBCB) is known color: Snow Flurry. HEX triplet: F0, FB and CB. RGB value is (240,251,203). Sum of RGB (Red+Green+Blue) = 240+251+203=694 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.58% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 203 (79.69% from 255 or 29.25% from 694); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FBCB is #0F0434. Grayscale: #F2F2F2. Windows color (decimal): -984117 or 13368304. OLE color: 13368304.

HSL color Cylindrical-coordinate representation of color #F0FBCB: hue angle of 73.75º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F0FBCB is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 251 203 -
CMYK 0.04 0 0.19 0.02
HSL 73.75º 0.86% 0.89% -
HSV(B) 73.75º 0.19% 0.98% -
XYZ 81.21 91.83 69.94 -
YUV 242.24 105.86 126.4 -
System Red Green Blue C M Y K H S L
Decimal 240 251 203 0.04 0 0.19 0.02 73.75 0.86 0.89
Hex F0 FB CB 4 0 13 2 4A 56 59
Octal 360 373 313 4 0 23 2 112 126 131
Binary 11110000 11111011 11001011 100 0 10011 10 1001010 1010110 1011001

Color Harmonies of #F0FBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FBCB

Black with #F0FBCB

Text Example


Text Example

White with #F0FBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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