Html Css Color HEX #FCE4E9 Amour

📋 copy color: '#FCE4E9'

red 252 ◦ green 228 ◦ blue 233

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

Shades of Amour #FCE4E9

Tints of Amour #FCE4E9

RGB

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

 GREEN value IS 228 (89.45% from 255) = 31.98%

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

R = 35.34%
G = 31.98%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCE4E9 (or 0xFCE4E9) is known color: Amour. HEX triplet: FC, E4 and E9. RGB value is (252,228,233). Sum of RGB (Red+Green+Blue) = 252+228+233=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 228 (89.45% from 255 or 31.98% from 713); Blue value is 233 (91.41% from 255 or 32.68% from 713); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE4E9 is #031B16. Grayscale: #EBEBEB. Windows color (decimal): -203543 or 15328508. OLE color: 15328508.

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

Color convert

RGB 252 228 233 -
CMYK 0 0.10 0.08 0.01
HSL 347.5º 0.8% 0.94% -
HSV(B) 347.5º 0.1% 0.99% -
XYZ 82.6 82.07 88.58 -
YUV 235.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 252 228 233 0 0.10 0.08 0.01 347.5 0.8 0.94
Hex FC E4 E9 0 A 8 1 15C 50 5E
Octal 374 344 351 0 12 10 1 534 120 136
Binary 11111100 11100100 11101001 0 1010 1000 1 101011100 1010000 1011110

Color Harmonies of #FCE4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE4E9

Black with #FCE4E9

Text Example


Text Example

White with #FCE4E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE4E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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