#F8F5ED

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

Shades of Romance #F8F5ED

Tints of Romance #F8F5ED

Color information

#F8F5ED (or 0xF8F5ED) is unknown color: approx Romance. HEX triplet: F8, F5 and ED. RGB value is (248,245,237). Sum of RGB (Red+Green+Blue) = 248+245+237=730 (96% of max value = 765). Red value is 248 (97.27% from 255 or 33.97% from 730); Green value is 245 (96.09% from 255 or 33.56% from 730); Blue value is 237 (92.97% from 255 or 32.47% from 730); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F5ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F5ED is #070A12. Grayscale: #F5F5F5. Windows color (decimal): -461331 or 15595000. OLE color: 15595000.

HSL color Cylindrical-coordinate representation of color #F8F5ED: hue angle of 43.64º degrees, saturation: 0.44, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F8F5ED is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB248245237-
CMYK00.010.040.03
HSL43.64º44%95.1%-
HSV(B)43.64º4.44%97.25%-
XYZ86.6591.3893.19-
YUV244.98123.49130.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 33.97%
GREEN value IS 245 (96.09% from 255) = 33.56%
BLUE value IS 237 (92.97% from 255) = 32.47%
R=33.97%
G=33.56%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824523700.010.040.0343.644495.1
HexF8F5ED01432c2c5f
Octal37036535501435454137
Binary11111000111101011110110101100111011001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F5ED; }

 p { color: rgb(248,245,237); }

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

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

 a { background-color: rgb(248,245,237); }

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

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

 span { border-color: rgb(248,245,237); }

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