Html Css Color HEX #FBE5ED Amour

📋 copy color: '#FBE5ED'

red 251 ◦ green 229 ◦ blue 237

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

Shades of Amour #FBE5ED

Tints of Amour #FBE5ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 33.05%

R = 35.01%
G = 31.94%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FBE5ED (or 0xFBE5ED) is known color: Amour. HEX triplet: FB, E5 and ED. RGB value is (251,229,237). Sum of RGB (Red+Green+Blue) = 251+229+237=717 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.01% from 717); Green value is 229 (89.84% from 255 or 31.94% from 717); Blue value is 237 (92.97% from 255 or 33.05% from 717); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE5ED is #041A12. Grayscale: #ECECEC. Windows color (decimal): -268819 or 15590907. OLE color: 15590907.

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

Color convert

RGB 251 229 237 -
CMYK 0 0.09 0.06 0.02
HSL 338.18º 0.73% 0.94% -
HSV(B) 338.18º 0.09% 0.98% -
XYZ 83.09 82.66 91.7 -
YUV 236.49 128.29 138.35 -
System Red Green Blue C M Y K H S L
Decimal 251 229 237 0 0.09 0.06 0.02 338.18 0.73 0.94
Hex FB E5 ED 0 9 6 2 152 49 5E
Octal 373 345 355 0 11 6 2 522 111 136
Binary 11111011 11100101 11101101 0 1001 110 10 101010010 1001001 1011110

Color Harmonies of #FBE5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE5ED

Black with #FBE5ED

Text Example


Text Example

White with #FBE5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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