Html Css Color HEX #FBE4EC Amour

📋 copy color: '#FBE4EC'

red 251 ◦ green 228 ◦ blue 236

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

Shades of Amour #FBE4EC

Tints of Amour #FBE4EC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 31.89%

 BLUE value IS 236 (92.58% from 255) = 33.01%

R = 35.1%
G = 31.89%
B = 33.01%

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

#FBE4EC (or 0xFBE4EC) is known color: Amour. HEX triplet: FB, E4 and EC. RGB value is (251,228,236). Sum of RGB (Red+Green+Blue) = 251+228+236=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 228 (89.45% from 255 or 31.89% from 715); Blue value is 236 (92.58% from 255 or 33.01% from 715); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE4EC is #041B13. Grayscale: #EBEBEB. Windows color (decimal): -269076 or 15525115. OLE color: 15525115.

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

Color convert

RGB 251 228 236 -
CMYK 0 0.09 0.06 0.02
HSL 339.13º 0.74% 0.94% -
HSV(B) 339.13º 0.09% 0.98% -
XYZ 82.67 82.05 90.84 -
YUV 235.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 251 228 236 0 0.09 0.06 0.02 339.13 0.74 0.94
Hex FB E4 EC 0 9 6 2 153 4A 5E
Octal 373 344 354 0 11 6 2 523 112 136
Binary 11111011 11100100 11101100 0 1001 110 10 101010011 1001010 1011110

Color Harmonies of #FBE4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE4EC

Black with #FBE4EC

Text Example


Text Example

White with #FBE4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE4EC; }

 p { color: rgb(251,228,236); }

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

background-color css

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

 a { background-color: rgb(251,228,236); }

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

border-color css

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

 span { border-color: rgb(251,228,236); }

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