Html Css Color HEX #FBE5E9 Amour

📋 copy color: '#FBE5E9'

red 251 ◦ green 229 ◦ blue 233

#FBE5E9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amour #FBE5E9

Tints of Amour #FBE5E9

RGB

 RED value IS 251 (98.44% from 255) = 35.2%

 GREEN value IS 229 (89.84% from 255) = 32.12%

 BLUE value IS 233 (91.41% from 255) = 32.68%

R = 35.2%
G = 32.12%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FBE5E9 (or 0xFBE5E9) is known color: Amour. HEX triplet: FB, E5 and E9. RGB value is (251,229,233). Sum of RGB (Red+Green+Blue) = 251+229+233=713 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.20% from 713); Green value is 229 (89.84% from 255 or 32.12% from 713); Blue value is 233 (91.41% from 255 or 32.68% from 713); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE5E9 is #041A16. Grayscale: #ECECEC. Windows color (decimal): -268823 or 15328763. OLE color: 15328763.

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

Color convert

RGB 251 229 233 -
CMYK 0 0.09 0.07 0.02
HSL 349.09º 0.73% 0.94% -
HSV(B) 349.09º 0.09% 0.98% -
XYZ 82.51 82.43 88.65 -
YUV 236.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 251 229 233 0 0.09 0.07 0.02 349.09 0.73 0.94
Hex FB E5 E9 0 9 7 2 15D 49 5E
Octal 373 345 351 0 11 7 2 535 111 136
Binary 11111011 11100101 11101001 0 1001 111 10 101011101 1001001 1011110

Color Harmonies of #FBE5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE5E9

Black with #FBE5E9

Text Example


Text Example

White with #FBE5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE5E9; }

 p { color: rgb(251,229,233); }

 H1.HeaderClassName
 {
   color: #FBE5E9;
 }
 .AnyTagClassName
 {
   color: #FBE5E9;
 }
</style>

background-color css

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

 a { background-color: rgb(251,229,233); }

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

border-color css

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

 span { border-color: rgb(251,229,233); }

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