#FBE3EA

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

Shades of Amour #FBE3EA

Tints of Amour #FBE3EA

Color information

#FBE3EA (or 0xFBE3EA) is unknown color: approx Amour. HEX triplet: FB, E3 and EA. RGB value is (251,227,234). Sum of RGB (Red+Green+Blue) = 251+227+234=712 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.25% from 712); Green value is 227 (89.06% from 255 or 31.88% from 712); Blue value is 234 (91.80% from 255 or 32.87% from 712); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE3EA is #041C15. Grayscale: #EAEAEA. Windows color (decimal): -269334 or 15393787. OLE color: 15393787.

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

Color convert

RGB251227234-
CMYK00.100.070.02
HSL342.5º75%93.73%-
HSV(B)342.5º9.56%98.43%-
XYZ82.181.3989.22-
YUV234.97127.45139.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.25%
GREEN value IS 227 (89.06% from 255) = 31.88%
BLUE value IS 234 (91.80% from 255) = 32.87%
R=35.25%
G=31.88%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122723400.100.070.02342.57593.73
HexFBE3EA0A721564b5e
Octal37334335201272526113136
Binary111110111110001111101010010101111010101011010010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE3EA; }

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

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

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

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

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

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

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

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