Html Css Color HEX #FBE3EC Amour

📋 copy color: '#FBE3EC'

red 251 ◦ green 227 ◦ blue 236

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

Shades of Amour #FBE3EC

Tints of Amour #FBE3EC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 31.79%

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

R = 35.15%
G = 31.79%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FBE3EC (or 0xFBE3EC) is known color: Amour. HEX triplet: FB, E3 and EC. RGB value is (251,227,236). Sum of RGB (Red+Green+Blue) = 251+227+236=714 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.15% from 714); Green value is 227 (89.06% from 255 or 31.79% from 714); Blue value is 236 (92.58% from 255 or 33.05% from 714); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE3EC is #041C13. Grayscale: #EBEBEB. Windows color (decimal): -269332 or 15524859. OLE color: 15524859.

HSL color Cylindrical-coordinate representation of color #FBE3EC: hue angle of 337.5º degrees, saturation: 0.75, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBE3EC is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 227 236 -
CMYK 0 0.10 0.06 0.02
HSL 337.5º 0.75% 0.94% -
HSV(B) 337.5º 0.1% 0.98% -
XYZ 82.39 81.5 90.75 -
YUV 235.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 251 227 236 0 0.10 0.06 0.02 337.5 0.75 0.94
Hex FB E3 EC 0 A 6 2 152 4B 5E
Octal 373 343 354 0 12 6 2 522 113 136
Binary 11111011 11100011 11101100 0 1010 110 10 101010010 1001011 1011110

Color Harmonies of #FBE3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE3EC

Black with #FBE3EC

Text Example


Text Example

White with #FBE3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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