Html Css Color HEX #FCE8ED Amour

📋 copy color: '#FCE8ED'

red 252 ◦ green 232 ◦ blue 237

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

Shades of Amour #FCE8ED

Tints of Amour #FCE8ED

RGB

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

 GREEN value IS 232 (91.02% from 255) = 32.18%

 BLUE value IS 237 (92.97% from 255) = 32.87%

R = 34.95%
G = 32.18%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCE8ED (or 0xFCE8ED) is known color: Amour. HEX triplet: FC, E8 and ED. RGB value is (252,232,237). Sum of RGB (Red+Green+Blue) = 252+232+237=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 232 (91.02% from 255 or 32.18% from 721); Blue value is 237 (92.97% from 255 or 32.87% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE8ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE8ED is #031712. Grayscale: #EEEEEE. Windows color (decimal): -202515 or 15591676. OLE color: 15591676.

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

Color convert

RGB 252 232 237 -
CMYK 0 0.08 0.06 0.01
HSL 345º 0.77% 0.95% -
HSV(B) 345º 0.08% 0.99% -
XYZ 84.29 84.52 91.99 -
YUV 238.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 252 232 237 0 0.08 0.06 0.01 345 0.77 0.95
Hex FC E8 ED 0 8 6 1 159 4D 5F
Octal 374 350 355 0 10 6 1 531 115 137
Binary 11111100 11101000 11101101 0 1000 110 1 101011001 1001101 1011111

Color Harmonies of #FCE8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE8ED

Black with #FCE8ED

Text Example


Text Example

White with #FCE8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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