Html Css Color HEX #FCE5E8 Amour

📋 copy color: '#FCE5E8'

red 252 ◦ green 229 ◦ blue 232

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

Shades of Amour #FCE5E8

Tints of Amour #FCE5E8

RGB

 RED value IS 252 (98.83% from 255) = 35.34%

 GREEN value IS 229 (89.84% from 255) = 32.12%

 BLUE value IS 232 (91.02% from 255) = 32.54%

R = 35.34%
G = 32.12%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCE5E8 (or 0xFCE5E8) is known color: Amour. HEX triplet: FC, E5 and E8. RGB value is (252,229,232). Sum of RGB (Red+Green+Blue) = 252+229+232=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 229 (89.84% from 255 or 32.12% from 713); Blue value is 232 (91.02% from 255 or 32.54% from 713); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE5E8 is #031A17. Grayscale: #ECECEC. Windows color (decimal): -203288 or 15263228. OLE color: 15263228.

HSL color Cylindrical-coordinate representation of color #FCE5E8: hue angle of 352.17º degrees, saturation: 0.79, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCE5E8 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 229 232 -
CMYK 0 0.09 0.08 0.01
HSL 352.17º 0.79% 0.94% -
HSV(B) 352.17º 0.09% 0.99% -
XYZ 82.73 82.56 87.92 -
YUV 236.22 125.62 139.26 -
System Red Green Blue C M Y K H S L
Decimal 252 229 232 0 0.09 0.08 0.01 352.17 0.79 0.94
Hex FC E5 E8 0 9 8 1 160 4F 5E
Octal 374 345 350 0 11 10 1 540 117 136
Binary 11111100 11100101 11101000 0 1001 1000 1 101100000 1001111 1011110

Color Harmonies of #FCE5E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE5E8

Black with #FCE5E8

Text Example


Text Example

White with #FCE5E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE5E8; }

 p { color: rgb(252,229,232); }

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

background-color css

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

 a { background-color: rgb(252,229,232); }

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

border-color css

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

 span { border-color: rgb(252,229,232); }

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