Html Css Color HEX #FBE7ED Amour

📋 copy color: '#FBE7ED'

red 251 ◦ green 231 ◦ blue 237

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

Shades of Amour #FBE7ED

Tints of Amour #FBE7ED

RGB

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

 GREEN value IS 231 (90.63% from 255) = 32.13%

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

R = 34.91%
G = 32.13%
B = 32.96%

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

#FBE7ED (or 0xFBE7ED) is known color: Amour. HEX triplet: FB, E7 and ED. RGB value is (251,231,237). Sum of RGB (Red+Green+Blue) = 251+231+237=719 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.91% from 719); Green value is 231 (90.62% from 255 or 32.13% from 719); Blue value is 237 (92.97% from 255 or 32.96% from 719); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE7ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE7ED is #041812. Grayscale: #EDEDED. Windows color (decimal): -268307 or 15591419. OLE color: 15591419.

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

Color convert

RGB 251 231 237 -
CMYK 0 0.08 0.06 0.02
HSL 342º 0.71% 0.95% -
HSV(B) 342º 0.08% 0.98% -
XYZ 83.65 83.78 91.88 -
YUV 237.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 251 231 237 0 0.08 0.06 0.02 342 0.71 0.95
Hex FB E7 ED 0 8 6 2 156 47 5F
Octal 373 347 355 0 10 6 2 526 107 137
Binary 11111011 11100111 11101101 0 1000 110 10 101010110 1000111 1011111

Color Harmonies of #FBE7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE7ED

Black with #FBE7ED

Text Example


Text Example

White with #FBE7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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