Html Css Color HEX #FCE5EA Amour

📋 copy color: '#FCE5EA'

red 252 ◦ green 229 ◦ blue 234

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

Shades of Amour #FCE5EA

Tints of Amour #FCE5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 32.73%

R = 35.24%
G = 32.03%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCE5EA (or 0xFCE5EA) is known color: Amour. HEX triplet: FC, E5 and EA. RGB value is (252,229,234). Sum of RGB (Red+Green+Blue) = 252+229+234=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 229 (89.84% from 255 or 32.03% from 715); Blue value is 234 (91.80% from 255 or 32.73% from 715); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE5EA is #031A15. Grayscale: #ECECEC. Windows color (decimal): -203286 or 15394300. OLE color: 15394300.

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

Color convert

RGB 252 229 234 -
CMYK 0 0.09 0.07 0.01
HSL 346.96º 0.79% 0.94% -
HSV(B) 346.96º 0.09% 0.99% -
XYZ 83.02 82.67 89.42 -
YUV 236.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 252 229 234 0 0.09 0.07 0.01 346.96 0.79 0.94
Hex FC E5 EA 0 9 7 1 15B 4F 5E
Octal 374 345 352 0 11 7 1 533 117 136
Binary 11111100 11100101 11101010 0 1001 111 1 101011011 1001111 1011110

Color Harmonies of #FCE5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE5EA

Black with #FCE5EA

Text Example


Text Example

White with #FCE5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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