#F2EFC3

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

Shades of Spring Sun #F2EFC3

Tints of Spring Sun #F2EFC3

Color information

#F2EFC3 (or 0xF2EFC3) is unknown color: approx Spring Sun. HEX triplet: F2, EF and C3. RGB value is (242,239,195). Sum of RGB (Red+Green+Blue) = 242+239+195=676 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.80% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 195 (76.56% from 255 or 28.85% from 676); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFC3 is #0D103C. Grayscale: #EBEBEB. Windows color (decimal): -856125 or 12840946. OLE color: 12840946.

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

Color convert

RGB242239195-
CMYK00.010.190.05
HSL56.17º64.38%85.69%-
HSV(B)56.17º19.42%94.9%-
XYZ77.3384.5563.87-
YUV234.88105.49133.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.80%
GREEN value IS 239 (93.75% from 255) = 35.36%
BLUE value IS 195 (76.56% from 255) = 28.85%
R=35.80%
G=35.36%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223919500.010.190.0556.1764.3885.69
HexF2EFC301135384056
Octal3623573030123570100126
Binary111100101110111111000011011001110111100010000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EFC3; }

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

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

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

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

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

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

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

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