#F2EFC6

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

Shades of Spring Sun #F2EFC6

Tints of Spring Sun #F2EFC6

Color information

#F2EFC6 (or 0xF2EFC6) is unknown color: approx Spring Sun. HEX triplet: F2, EF and C6. RGB value is (242,239,198). Sum of RGB (Red+Green+Blue) = 242+239+198=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 198 (77.73% from 255 or 29.16% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFC6 is #0D1039. Grayscale: #EBEBEB. Windows color (decimal): -856122 or 13037554. OLE color: 13037554.

HSL color Cylindrical-coordinate representation of color #F2EFC6: hue angle of 55.91º degrees, saturation: 0.63, 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 #F2EFC6 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB242239198-
CMYK00.010.180.05
HSL55.91º62.86%86.27%-
HSV(B)55.91º18.18%94.9%-
XYZ77.6884.6965.68-
YUV235.22106.99132.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.64%
GREEN value IS 239 (93.75% from 255) = 35.20%
BLUE value IS 198 (77.73% from 255) = 29.16%
R=35.64%
G=35.20%
B=29.16%

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
Decimal24223919800.010.180.0555.9162.8686.27
HexF2EFC601125383f56
Octal362357306012257077126
Binary11110010111011111100011001100101011110001111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EFC6; }

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

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

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

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

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

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

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

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