#FBEAED

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

Shades of Amour #FBEAED

Tints of Amour #FBEAED

Color information

#FBEAED (or 0xFBEAED) is unknown color: approx Amour. HEX triplet: FB, EA and ED. RGB value is (251,234,237). Sum of RGB (Red+Green+Blue) = 251+234+237=722 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.76% from 722); Green value is 234 (91.80% from 255 or 32.41% from 722); Blue value is 237 (92.97% from 255 or 32.83% from 722); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEAED is #041512. Grayscale: #EFEFEF. Windows color (decimal): -267539 or 15592187. OLE color: 15592187.

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

Color convert

RGB251234237-
CMYK00.070.060.02
HSL349.41º68%95.1%-
HSV(B)349.41º6.77%98.43%-
XYZ84.4985.4792.16-
YUV239.42126.63136.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.76%
GREEN value IS 234 (91.80% from 255) = 32.41%
BLUE value IS 237 (92.97% from 255) = 32.83%
R=34.76%
G=32.41%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123423700.070.060.02349.416895.1
HexFBEAED076215d445f
Octal3733523550762535104137
Binary11111011111010101110110101111101010101110110001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEAED; }

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

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

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

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

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

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

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

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