#F8EAEB

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

Shades of Amour #F8EAEB

Tints of Amour #F8EAEB

Color information

#F8EAEB (or 0xF8EAEB) is unknown color: approx Amour. HEX triplet: F8, EA and EB. RGB value is (248,234,235). Sum of RGB (Red+Green+Blue) = 248+234+235=717 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.59% from 717); Green value is 234 (91.80% from 255 or 32.64% from 717); Blue value is 235 (92.19% from 255 or 32.78% from 717); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EAEB is #071514. Grayscale: #EEEEEE. Windows color (decimal): -464149 or 15461112. OLE color: 15461112.

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

Color convert

RGB248234235-
CMYK00.060.050.03
HSL355.71º50%94.51%-
HSV(B)355.71º5.65%97.25%-
XYZ83.1384.890.58-
YUV238.3126.14134.92-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.59%
GREEN value IS 234 (91.80% from 255) = 32.64%
BLUE value IS 235 (92.19% from 255) = 32.78%
R=34.59%
G=32.64%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823423500.060.050.03355.715094.51
HexF8EAEB0653164325f
Octal370352353065354462137
Binary1111100011101010111010110110101111011001001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EAEB; }

 p { color: rgb(248,234,235); }

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

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

 a { background-color: rgb(248,234,235); }

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

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

 span { border-color: rgb(248,234,235); }

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