#FBE6EE

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

Shades of Amour #FBE6EE

Tints of Amour #FBE6EE

Color information

#FBE6EE (or 0xFBE6EE) is unknown color: approx Amour. HEX triplet: FB, E6 and EE. RGB value is (251,230,238). Sum of RGB (Red+Green+Blue) = 251+230+238=719 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.91% from 719); Green value is 230 (90.23% from 255 or 31.99% from 719); Blue value is 238 (93.36% from 255 or 33.10% from 719); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE6EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE6EE is #041911. Grayscale: #EDEDED. Windows color (decimal): -268562 or 15656699. OLE color: 15656699.

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

Color convert

RGB251230238-
CMYK00.080.050.02
HSL337.14º72.41%94.31%-
HSV(B)337.14º8.37%98.43%-
XYZ83.5183.2892.56-
YUV237.19128.46137.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.91%
GREEN value IS 230 (90.23% from 255) = 31.99%
BLUE value IS 238 (93.36% from 255) = 33.10%
R=34.91%
G=31.99%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123023800.080.050.02337.1472.4194.31
HexFBE6EE0852151485e
Octal37334635601052521110136
Binary111110111110011011101110010001011010101000110010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE6EE; }

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

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

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

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

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

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

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

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