#F0FDCB

Color #F0FDCB Snow Flurry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snow Flurry #F0FDCB

Tints of Snow Flurry #F0FDCB

Color information

#F0FDCB (or 0xF0FDCB) is unknown color: approx Snow Flurry. HEX triplet: F0, FD and CB. RGB value is (240,253,203). Sum of RGB (Red+Green+Blue) = 240+253+203=696 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.48% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 203 (79.69% from 255 or 29.17% from 696); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FDCB is #0F0234. Grayscale: #F3F3F3. Windows color (decimal): -983605 or 13368816. OLE color: 13368816.

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

Color convert

RGB240253203-
CMYK0.0500.200.01
HSL75.6º92.59%89.41%-
HSV(B)75.6º19.76%99.22%-
XYZ81.8493.0970.15-
YUV243.41105.19125.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.48%
GREEN value IS 253 (99.22% from 255) = 36.35%
BLUE value IS 203 (79.69% from 255) = 29.17%
R=34.48%
G=36.35%
B=29.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402532030.0500.200.0175.692.5989.41
HexF0FDCB501414c5d59
Octal36037531350241114135131
Binary1111000011111101110010111010101001100110010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FDCB; }

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

 H1.HeaderClassName
 {
   color: #F0FDCB;
 }
 .AnyTagClassName
 {
   color: #F0FDCB;
 }
</style>
background-color css

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

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

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

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

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

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