#F2EFC8

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

Shades of Spring Sun #F2EFC8

Tints of Spring Sun #F2EFC8

Color information

#F2EFC8 (or 0xF2EFC8) is unknown color: approx Spring Sun. HEX triplet: F2, EF and C8. RGB value is (242,239,200). Sum of RGB (Red+Green+Blue) = 242+239+200=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 200 (78.52% from 255 or 29.37% from 681); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFC8 is #0D1037. Grayscale: #EBEBEB. Windows color (decimal): -856120 or 13168626. OLE color: 13168626.

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

Color convert

RGB242239200-
CMYK00.010.170.05
HSL55.71º61.76%86.67%-
HSV(B)55.71º17.36%94.9%-
XYZ77.9184.7866.9-
YUV235.45107.99132.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.54%
GREEN value IS 239 (93.75% from 255) = 35.10%
BLUE value IS 200 (78.52% from 255) = 29.37%
R=35.54%
G=35.10%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223920000.010.170.0555.7161.7686.67
HexF2EFC801115383e57
Octal362357310012157076127
Binary11110010111011111100100001100011011110001111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EFC8; }

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

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

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

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

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

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

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

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