Html Css Color HEX #FBE8ED Amour

📋 copy color: '#FBE8ED'

red 251 ◦ green 232 ◦ blue 237

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

Shades of Amour #FBE8ED

Tints of Amour #FBE8ED

RGB

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

 GREEN value IS 232 (91.02% from 255) = 32.22%

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

R = 34.86%
G = 32.22%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FBE8ED (or 0xFBE8ED) is known color: Amour. HEX triplet: FB, E8 and ED. RGB value is (251,232,237). Sum of RGB (Red+Green+Blue) = 251+232+237=720 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.86% from 720); Green value is 232 (91.02% from 255 or 32.22% from 720); Blue value is 237 (92.97% from 255 or 32.92% from 720); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE8ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE8ED is #041712. Grayscale: #EEEEEE. Windows color (decimal): -268051 or 15591675. OLE color: 15591675.

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

Color convert

RGB 251 232 237 -
CMYK 0 0.08 0.06 0.02
HSL 344.21º 0.7% 0.95% -
HSV(B) 344.21º 0.08% 0.98% -
XYZ 83.93 84.34 91.98 -
YUV 238.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 251 232 237 0 0.08 0.06 0.02 344.21 0.7 0.95
Hex FB E8 ED 0 8 6 2 158 46 5F
Octal 373 350 355 0 10 6 2 530 106 137
Binary 11111011 11101000 11101101 0 1000 110 10 101011000 1000110 1011111

Color Harmonies of #FBE8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE8ED

Black with #FBE8ED

Text Example


Text Example

White with #FBE8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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