#F8ECEE

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

Shades of Amour #F8ECEE

Tints of Amour #F8ECEE

Color information

#F8ECEE (or 0xF8ECEE) is unknown color: approx Amour. HEX triplet: F8, EC and EE. RGB value is (248,236,238). Sum of RGB (Red+Green+Blue) = 248+236+238=722 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.35% from 722); Green value is 236 (92.58% from 255 or 32.69% from 722); Blue value is 238 (93.36% from 255 or 32.96% from 722); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ECEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8ECEE is #071311. Grayscale: #EFEFEF. Windows color (decimal): -463634 or 15658232. OLE color: 15658232.

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

Color convert

RGB248236238-
CMYK00.050.040.03
HSL350º46.15%94.9%-
HSV(B)350º4.84%97.25%-
XYZ84.1486.1293.08-
YUV239.82126.98133.84-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.35%
GREEN value IS 236 (92.58% from 255) = 32.69%
BLUE value IS 238 (93.36% from 255) = 32.96%
R=34.35%
G=32.69%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823623800.050.040.0335046.1594.9
HexF8ECEE054315e2e5f
Octal370354356054353656137
Binary1111100011101100111011100101100111010111101011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ECEE; }

 p { color: rgb(248,236,238); }

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

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

 a { background-color: rgb(248,236,238); }

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

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

 span { border-color: rgb(248,236,238); }

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