#FBE8EB

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

Shades of Amour #FBE8EB

Tints of Amour #FBE8EB

Color information

#FBE8EB (or 0xFBE8EB) is unknown color: approx Amour. HEX triplet: FB, E8 and EB. RGB value is (251,232,235). Sum of RGB (Red+Green+Blue) = 251+232+235=718 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.96% from 718); Green value is 232 (91.02% from 255 or 32.31% from 718); Blue value is 235 (92.19% from 255 or 32.73% from 718); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE8EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE8EB is #041714. Grayscale: #EEEEEE. Windows color (decimal): -268053 or 15460603. OLE color: 15460603.

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

Color convert

RGB251232235-
CMYK00.080.060.02
HSL350.53º70.37%94.71%-
HSV(B)350.53º7.57%98.43%-
XYZ83.6484.2290.45-
YUV238.02126.29137.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.96%
GREEN value IS 232 (91.02% from 255) = 32.31%
BLUE value IS 235 (92.19% from 255) = 32.73%
R=34.96%
G=32.31%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123223500.080.060.02350.5370.3794.71
HexFBE8EB086215f465f
Octal37335035301062537106137
Binary111110111110100011101011010001101010101111110001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE8EB; }

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

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

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

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

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

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

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

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