#F1EDC5

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

Shades of Spring Sun #F1EDC5

Tints of Spring Sun #F1EDC5

Color information

#F1EDC5 (or 0xF1EDC5) is unknown color: approx Spring Sun. HEX triplet: F1, ED and C5. RGB value is (241,237,197). Sum of RGB (Red+Green+Blue) = 241+237+197=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 197 (77.34% from 255 or 29.19% from 675); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDC5 is #0E123A. Grayscale: #E9E9E9. Windows color (decimal): -922171 or 12971505. OLE color: 12971505.

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

Color convert

RGB241237197-
CMYK00.020.180.05
HSL54.55º61.11%85.88%-
HSV(B)54.55º18.26%94.51%-
XYZ76.6483.364.86-
YUV233.64107.33133.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.70%
GREEN value IS 237 (92.97% from 255) = 35.11%
BLUE value IS 197 (77.34% from 255) = 29.19%
R=35.70%
G=35.11%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123719700.020.180.0554.5561.1185.88
HexF1EDC502125373d56
Octal361355305022256775126
Binary111100011110110111000101010100101011101111111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EDC5; }

 p { color: rgb(241,237,197); }

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

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

 a { background-color: rgb(241,237,197); }

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

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

 span { border-color: rgb(241,237,197); }

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