Html Css Color HEX #FBE2E9 Amour

📋 copy color: '#FBE2E9'

red 251 ◦ green 226 ◦ blue 233

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

Shades of Amour #FBE2E9

Tints of Amour #FBE2E9

RGB

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

 GREEN value IS 226 (88.67% from 255) = 31.83%

 BLUE value IS 233 (91.41% from 255) = 32.82%

R = 35.35%
G = 31.83%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FBE2E9 (or 0xFBE2E9) is known color: Amour. HEX triplet: FB, E2 and E9. RGB value is (251,226,233). Sum of RGB (Red+Green+Blue) = 251+226+233=710 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.35% from 710); Green value is 226 (88.67% from 255 or 31.83% from 710); Blue value is 233 (91.41% from 255 or 32.82% from 710); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE2E9 is #041D16. Grayscale: #EAEAEA. Windows color (decimal): -269591 or 15327995. OLE color: 15327995.

HSL color Cylindrical-coordinate representation of color #FBE2E9: hue angle of 343.2º degrees, saturation: 0.76, 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 #FBE2E9 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 226 233 -
CMYK 0 0.10 0.07 0.02
HSL 343.2º 0.76% 0.94% -
HSV(B) 343.2º 0.1% 0.98% -
XYZ 81.69 80.79 88.38 -
YUV 234.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 251 226 233 0 0.10 0.07 0.02 343.2 0.76 0.94
Hex FB E2 E9 0 A 7 2 157 4C 5E
Octal 373 342 351 0 12 7 2 527 114 136
Binary 11111011 11100010 11101001 0 1010 111 10 101010111 1001100 1011110

Color Harmonies of #FBE2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE2E9

Black with #FBE2E9

Text Example


Text Example

White with #FBE2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE2E9; }

 p { color: rgb(251,226,233); }

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

background-color css

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

 a { background-color: rgb(251,226,233); }

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

border-color css

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

 span { border-color: rgb(251,226,233); }

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