Html Css Color HEX #FBE5EE Amour

📋 copy color: '#FBE5EE'

red 251 ◦ green 229 ◦ blue 238

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

Shades of Amour #FBE5EE

Tints of Amour #FBE5EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 33.15%

R = 34.96%
G = 31.89%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FBE5EE (or 0xFBE5EE) is known color: Amour. HEX triplet: FB, E5 and EE. RGB value is (251,229,238). Sum of RGB (Red+Green+Blue) = 251+229+238=718 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.96% from 718); Green value is 229 (89.84% from 255 or 31.89% from 718); Blue value is 238 (93.36% from 255 or 33.15% from 718); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE5EE is #041A11. Grayscale: #ECECEC. Windows color (decimal): -268818 or 15656443. OLE color: 15656443.

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

Color convert

RGB 251 229 238 -
CMYK 0 0.09 0.05 0.02
HSL 335.45º 0.73% 0.94% -
HSV(B) 335.45º 0.09% 0.98% -
XYZ 83.24 82.72 92.47 -
YUV 236.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 251 229 238 0 0.09 0.05 0.02 335.45 0.73 0.94
Hex FB E5 EE 0 9 5 2 14F 49 5E
Octal 373 345 356 0 11 5 2 517 111 136
Binary 11111011 11100101 11101110 0 1001 101 10 101001111 1001001 1011110

Color Harmonies of #FBE5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE5EE

Black with #FBE5EE

Text Example


Text Example

White with #FBE5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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