#F1EDE7

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

Shades of Romance #F1EDE7

Tints of Romance #F1EDE7

Color information

#F1EDE7 (or 0xF1EDE7) is unknown color: approx Romance. HEX triplet: F1, ED and E7. RGB value is (241,237,231). Sum of RGB (Red+Green+Blue) = 241+237+231=709 (93% of max value = 765). Red value is 241 (94.53% from 255 or 33.99% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 231 (90.62% from 255 or 32.58% from 709); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EDE7 is #0E1218. Grayscale: #EDEDED. Windows color (decimal): -922137 or 15199729. OLE color: 15199729.

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

Color convert

RGB241237231-
CMYK00.020.040.05
HSL36º26.32%92.55%-
HSV(B)36º4.15%94.51%-
XYZ80.9885.0487.75-
YUV237.51124.33130.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.99%
GREEN value IS 237 (92.97% from 255) = 33.43%
BLUE value IS 231 (90.62% from 255) = 32.58%
R=33.99%
G=33.43%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123723100.020.040.053626.3292.55
HexF1EDE70245241a5d
Octal36135534702454432135
Binary111100011110110111100111010100101100100110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EDE7; }

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

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

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

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

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

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

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

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