Html Css Color HEX #FCE5E9 Amour

📋 copy color: '#FCE5E9'

red 252 ◦ green 229 ◦ blue 233

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

Shades of Amour #FCE5E9

Tints of Amour #FCE5E9

RGB

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

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

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

R = 35.29%
G = 32.07%
B = 32.63%

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

#FCE5E9 (or 0xFCE5E9) is known color: Amour. HEX triplet: FC, E5 and E9. RGB value is (252,229,233). Sum of RGB (Red+Green+Blue) = 252+229+233=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 229 (89.84% from 255 or 32.07% from 714); Blue value is 233 (91.41% from 255 or 32.63% from 714); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE5E9 is #031A16. Grayscale: #ECECEC. Windows color (decimal): -203287 or 15328764. OLE color: 15328764.

HSL color Cylindrical-coordinate representation of color #FCE5E9: hue angle of 349.57º 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 #FCE5E9 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 229 233 -
CMYK 0 0.09 0.08 0.01
HSL 349.57º 0.79% 0.94% -
HSV(B) 349.57º 0.09% 0.99% -
XYZ 82.87 82.62 88.67 -
YUV 236.33 126.12 139.17 -
System Red Green Blue C M Y K H S L
Decimal 252 229 233 0 0.09 0.08 0.01 349.57 0.79 0.94
Hex FC E5 E9 0 9 8 1 15E 4F 5E
Octal 374 345 351 0 11 10 1 536 117 136
Binary 11111100 11100101 11101001 0 1001 1000 1 101011110 1001111 1011110

Color Harmonies of #FCE5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE5E9

Black with #FCE5E9

Text Example


Text Example

White with #FCE5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE5E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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