#FBE0E8

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

Shades of Amour #FBE0E8

Tints of Amour #FBE0E8

Color information

#FBE0E8 (or 0xFBE0E8) is unknown color: approx Amour. HEX triplet: FB, E0 and E8. RGB value is (251,224,232). Sum of RGB (Red+Green+Blue) = 251+224+232=707 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.50% from 707); Green value is 224 (87.89% from 255 or 31.68% from 707); Blue value is 232 (91.02% from 255 or 32.81% from 707); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE0E8 is #041F17. Grayscale: #E8E8E8. Windows color (decimal): -270104 or 15261947. OLE color: 15261947.

HSL color Cylindrical-coordinate representation of color #FBE0E8: hue angle of 342.22º 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 #FBE0E8 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB251224232-
CMYK00.110.080.02
HSL342.22º77.14%93.14%-
HSV(B)342.22º10.76%98.43%-
XYZ8179.6587.45-
YUV232.98127.45140.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.50%
GREEN value IS 224 (87.89% from 255) = 31.68%
BLUE value IS 232 (91.02% from 255) = 32.81%
R=35.50%
G=31.68%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122423200.110.080.02342.2277.1493.14
HexFBE0E80B821564d5d
Octal373340350013102526115135
Binary1111101111100000111010000101110001010101011010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE0E8; }

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

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

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

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

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

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

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

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