#F1EDE6

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

Shades of Romance #F1EDE6

Tints of Romance #F1EDE6

Color information

#F1EDE6 (or 0xF1EDE6) is unknown color: approx Romance. HEX triplet: F1, ED and E6. RGB value is (241,237,230). Sum of RGB (Red+Green+Blue) = 241+237+230=708 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.04% from 708); Green value is 237 (92.97% from 255 or 33.47% from 708); Blue value is 230 (90.23% from 255 or 32.49% from 708); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EDE6 is #0E1219. Grayscale: #EDEDED. Windows color (decimal): -922138 or 15134193. OLE color: 15134193.

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

Color convert

RGB241237230-
CMYK00.020.050.05
HSL38.18º28.21%92.35%-
HSV(B)38.18º4.56%94.51%-
XYZ80.8484.9887.01-
YUV237.4123.83130.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.04%
GREEN value IS 237 (92.97% from 255) = 33.47%
BLUE value IS 230 (90.23% from 255) = 32.49%
R=34.04%
G=33.47%
B=32.49%

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
Decimal24123723000.020.050.0538.1828.2192.35
HexF1EDE60255261c5c
Octal36135534602554634134
Binary111100011110110111100110010101101100110111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EDE6; }

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

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

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

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

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

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

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

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