#F0F2C5

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

Shades of Spring Sun #F0F2C5

Tints of Spring Sun #F0F2C5

Color information

#F0F2C5 (or 0xF0F2C5) is unknown color: approx Spring Sun. HEX triplet: F0, F2 and C5. RGB value is (240,242,197). Sum of RGB (Red+Green+Blue) = 240+242+197=679 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.35% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 197 (77.34% from 255 or 29.01% from 679); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F2C5 is #0F0D3A. Grayscale: #ECECEC. Windows color (decimal): -986427 or 12972784. OLE color: 12972784.

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

Color convert

RGB240242197-
CMYK0.0100.190.05
HSL62.67º63.38%86.08%-
HSV(B)62.67º18.6%94.9%-
XYZ77.7786.0665.34-
YUV236.27105.84130.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.35%
GREEN value IS 242 (94.92% from 255) = 35.64%
BLUE value IS 197 (77.34% from 255) = 29.01%
R=35.35%
G=35.64%
B=29.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402421970.0100.190.0562.6763.3886.08
HexF0F2C5101353f3f56
Octal360362305102357777126
Binary11110000111100101100010110100111011111111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F2C5; }

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

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

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

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

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

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

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

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