Html Css Color HEX #FCE1E9 Amour

📋 copy color: '#FCE1E9'

red 252 ◦ green 225 ◦ blue 233

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

Shades of Amour #FCE1E9

Tints of Amour #FCE1E9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 31.69%

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

R = 35.49%
G = 31.69%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCE1E9 (or 0xFCE1E9) is known color: Amour. HEX triplet: FC, E1 and E9. RGB value is (252,225,233). Sum of RGB (Red+Green+Blue) = 252+225+233=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 225 (88.28% from 255 or 31.69% from 710); Blue value is 233 (91.41% from 255 or 32.82% from 710); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE1E9 is #031E16. Grayscale: #E9E9E9. Windows color (decimal): -204311 or 15327740. OLE color: 15327740.

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

Color convert

RGB 252 225 233 -
CMYK 0 0.11 0.08 0.01
HSL 342.22º 0.82% 0.94% -
HSV(B) 342.22º 0.11% 0.99% -
XYZ 81.78 80.43 88.3 -
YUV 233.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 252 225 233 0 0.11 0.08 0.01 342.22 0.82 0.94
Hex FC E1 E9 0 B 8 1 156 52 5E
Octal 374 341 351 0 13 10 1 526 122 136
Binary 11111100 11100001 11101001 0 1011 1000 1 101010110 1010010 1011110

Color Harmonies of #FCE1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE1E9

Black with #FCE1E9

Text Example


Text Example

White with #FCE1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE1E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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