#F2EFC7

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

Shades of Spring Sun #F2EFC7

Tints of Spring Sun #F2EFC7

Color information

#F2EFC7 (or 0xF2EFC7) is unknown color: approx Spring Sun. HEX triplet: F2, EF and C7. RGB value is (242,239,199). Sum of RGB (Red+Green+Blue) = 242+239+199=680 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.59% from 680); Green value is 239 (93.75% from 255 or 35.15% from 680); Blue value is 199 (78.12% from 255 or 29.26% from 680); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFC7 is #0D1038. Grayscale: #EBEBEB. Windows color (decimal): -856121 or 13103090. OLE color: 13103090.

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

Color convert

RGB242239199-
CMYK00.010.180.05
HSL55.81º62.32%86.47%-
HSV(B)55.81º17.77%94.9%-
XYZ77.7984.7366.29-
YUV235.34107.49132.75-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.59%
GREEN value IS 239 (93.75% from 255) = 35.15%
BLUE value IS 199 (78.12% from 255) = 29.26%
R=35.59%
G=35.15%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223919900.010.180.0555.8162.3286.47
HexF2EFC701125383e56
Octal362357307012257076126
Binary11110010111011111100011101100101011110001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EFC7; }

 p { color: rgb(242,239,199); }

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

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

 a { background-color: rgb(242,239,199); }

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

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

 span { border-color: rgb(242,239,199); }

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