#F1EDE4

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

Shades of Romance #F1EDE4

Tints of Romance #F1EDE4

Color information

#F1EDE4 (or 0xF1EDE4) is unknown color: approx Romance. HEX triplet: F1, ED and E4. RGB value is (241,237,228). Sum of RGB (Red+Green+Blue) = 241+237+228=706 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.14% from 706); Green value is 237 (92.97% from 255 or 33.57% from 706); Blue value is 228 (89.45% from 255 or 32.29% from 706); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDE4 is #0E121B. Grayscale: #EDEDED. Windows color (decimal): -922140 or 15003121. OLE color: 15003121.

HSL color Cylindrical-coordinate representation of color #F1EDE4: hue angle of 41.54º degrees, saturation: 0.32, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F1EDE4 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB241237228-
CMYK00.020.050.05
HSL41.54º31.71%91.96%-
HSV(B)41.54º5.39%94.51%-
XYZ80.5684.8785.53-
YUV237.17122.83130.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.14%
GREEN value IS 237 (92.97% from 255) = 33.57%
BLUE value IS 228 (89.45% from 255) = 32.29%
R=34.14%
G=33.57%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123722800.020.050.0541.5431.7191.96
HexF1EDE402552a205c
Octal36135534402555240134
Binary1111000111101101111001000101011011010101000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EDE4; }

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

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

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

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

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

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

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

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