#FBE6ED

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

Shades of Amour #FBE6ED

Tints of Amour #FBE6ED

Color information

#FBE6ED (or 0xFBE6ED) is unknown color: approx Amour. HEX triplet: FB, E6 and ED. RGB value is (251,230,237). Sum of RGB (Red+Green+Blue) = 251+230+237=718 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.96% from 718); Green value is 230 (90.23% from 255 or 32.03% from 718); Blue value is 237 (92.97% from 255 or 33.01% from 718); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE6ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE6ED is #041912. Grayscale: #EDEDED. Windows color (decimal): -268563 or 15591163. OLE color: 15591163.

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

Color convert

RGB251230237-
CMYK00.080.060.02
HSL340º72.41%94.31%-
HSV(B)340º8.37%98.43%-
XYZ83.3783.2291.79-
YUV237.08127.96137.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.96%
GREEN value IS 230 (90.23% from 255) = 32.03%
BLUE value IS 237 (92.97% from 255) = 33.01%
R=34.96%
G=32.03%
B=33.01%

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
Decimal25123023700.080.060.0234072.4194.31
HexFBE6ED0862154485e
Octal37334635501062524110136
Binary111110111110011011101101010001101010101010010010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE6ED; }

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

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

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

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

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

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

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

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