#F0F2CA

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

Shades of Spring Sun #F0F2CA

Tints of Spring Sun #F0F2CA

Color information

#F0F2CA (or 0xF0F2CA) is unknown color: approx Spring Sun. HEX triplet: F0, F2 and CA. RGB value is (240,242,202). Sum of RGB (Red+Green+Blue) = 240+242+202=684 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.09% from 684); Green value is 242 (94.92% from 255 or 35.38% from 684); Blue value is 202 (79.30% from 255 or 29.53% from 684); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F2CA is #0F0D35. Grayscale: #EDEDED. Windows color (decimal): -986422 or 13300464. OLE color: 13300464.

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

Color convert

RGB240242202-
CMYK0.0100.170.05
HSL63º60.61%87.06%-
HSV(B)63º16.53%94.9%-
XYZ78.3586.2968.4-
YUV236.84108.34130.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.09%
GREEN value IS 242 (94.92% from 255) = 35.38%
BLUE value IS 202 (79.30% from 255) = 29.53%
R=35.09%
G=35.38%
B=29.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402422020.0100.170.056360.6187.06
HexF0F2CA101153f3d57
Octal360362312102157775127
Binary11110000111100101100101010100011011111111111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F2CA; }

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

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

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

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

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

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

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

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