#F1EDC4

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

Shades of Spring Sun #F1EDC4

Tints of Spring Sun #F1EDC4

Color information

#F1EDC4 (or 0xF1EDC4) is unknown color: approx Spring Sun. HEX triplet: F1, ED and C4. RGB value is (241,237,196). Sum of RGB (Red+Green+Blue) = 241+237+196=674 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.76% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 196 (76.95% from 255 or 29.08% from 674); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDC4 is #0E123B. Grayscale: #E9E9E9. Windows color (decimal): -922172 or 12905969. OLE color: 12905969.

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

Color convert

RGB241237196-
CMYK00.020.190.05
HSL54.67º61.64%85.69%-
HSV(B)54.67º18.67%94.51%-
XYZ76.5283.2564.26-
YUV233.52106.83133.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.76%
GREEN value IS 237 (92.97% from 255) = 35.16%
BLUE value IS 196 (76.95% from 255) = 29.08%
R=35.76%
G=35.16%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123719600.020.190.0554.6761.6485.69
HexF1EDC402135373e56
Octal361355304022356776126
Binary111100011110110111000100010100111011101111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EDC4; }

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

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

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

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

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

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

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

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