#FBE0E9

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

Shades of Amour #FBE0E9

Tints of Amour #FBE0E9

Color information

#FBE0E9 (or 0xFBE0E9) is unknown color: approx Amour. HEX triplet: FB, E0 and E9. RGB value is (251,224,233). Sum of RGB (Red+Green+Blue) = 251+224+233=708 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.45% from 708); Green value is 224 (87.89% from 255 or 31.64% from 708); Blue value is 233 (91.41% from 255 or 32.91% from 708); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE0E9 is #041F16. Grayscale: #E9E9E9. Windows color (decimal): -270103 or 15327483. OLE color: 15327483.

HSL color Cylindrical-coordinate representation of color #FBE0E9: hue angle of 340º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FBE0E9 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB251224233-
CMYK00.110.070.02
HSL340º77.14%93.14%-
HSV(B)340º10.76%98.43%-
XYZ81.1579.788.2-
YUV233.1127.95140.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.45%
GREEN value IS 224 (87.89% from 255) = 31.64%
BLUE value IS 233 (91.41% from 255) = 32.91%
R=35.45%
G=31.64%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122423300.110.070.0234077.1493.14
HexFBE0E90B721544d5d
Octal37334035101372524115135
Binary111110111110000011101001010111111010101010010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE0E9; }

 p { color: rgb(251,224,233); }

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

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

 a { background-color: rgb(251,224,233); }

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

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

 span { border-color: rgb(251,224,233); }

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