#F0F2CB

Color #F0F2CB Spring Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Sun #F0F2CB

Tints of Spring Sun #F0F2CB

Color information

#F0F2CB (or 0xF0F2CB) is unknown color: approx Spring Sun. HEX triplet: F0, F2 and CB. RGB value is (240,242,203). Sum of RGB (Red+Green+Blue) = 240+242+203=685 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.04% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 203 (79.69% from 255 or 29.64% from 685); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F2CB is #0F0D34. Grayscale: #EDEDED. Windows color (decimal): -986421 or 13366000. OLE color: 13366000.

HSL color Cylindrical-coordinate representation of color #F0F2CB: hue angle of 63.08º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0F2CB is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB240242203-
CMYK0.0100.160.05
HSL63.08º60%87.25%-
HSV(B)63.08º16.12%94.9%-
XYZ78.4786.3469.03-
YUV236.96108.84130.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.04%
GREEN value IS 242 (94.92% from 255) = 35.33%
BLUE value IS 203 (79.69% from 255) = 29.64%
R=35.04%
G=35.33%
B=29.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402422030.0100.160.0563.086087.25
HexF0F2CB101053f3c57
Octal360362313102057774127
Binary11110000111100101100101110100001011111111111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F2CB; }

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

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

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

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

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

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

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

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