#FBE6EA

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

Shades of Amour #FBE6EA

Tints of Amour #FBE6EA

Color information

#FBE6EA (or 0xFBE6EA) is unknown color: approx Amour. HEX triplet: FB, E6 and EA. RGB value is (251,230,234). Sum of RGB (Red+Green+Blue) = 251+230+234=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 230 (90.23% from 255 or 32.17% from 715); Blue value is 234 (91.80% from 255 or 32.73% from 715); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE6EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE6EA is #041915. Grayscale: #ECECEC. Windows color (decimal): -268566 or 15394555. OLE color: 15394555.

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

Color convert

RGB251230234-
CMYK00.080.070.02
HSL348.57º72.41%94.31%-
HSV(B)348.57º8.37%98.43%-
XYZ82.9383.0489.5-
YUV236.73126.46138.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.10%
GREEN value IS 230 (90.23% from 255) = 32.17%
BLUE value IS 234 (91.80% from 255) = 32.73%
R=35.10%
G=32.17%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123023400.080.070.02348.5772.4194.31
HexFBE6EA087215d485e
Octal37334635201072535110136
Binary111110111110011011101010010001111010101110110010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE6EA; }

 p { color: rgb(251,230,234); }

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

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

 a { background-color: rgb(251,230,234); }

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

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

 span { border-color: rgb(251,230,234); }

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