Html Css Color HEX #FCE9ED Amour

📋 copy color: '#FCE9ED'

red 252 ◦ green 233 ◦ blue 237

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

Shades of Amour #FCE9ED

Tints of Amour #FCE9ED

RGB

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

 GREEN value IS 233 (91.41% from 255) = 32.27%

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

R = 34.9%
G = 32.27%
B = 32.83%

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

#FCE9ED (or 0xFCE9ED) is known color: Amour. HEX triplet: FC, E9 and ED. RGB value is (252,233,237). Sum of RGB (Red+Green+Blue) = 252+233+237=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 233 (91.41% from 255 or 32.27% from 722); Blue value is 237 (92.97% from 255 or 32.83% from 722); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE9ED is #031612. Grayscale: #EFEFEF. Windows color (decimal): -202259 or 15591932. OLE color: 15591932.

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

Color convert

RGB 252 233 237 -
CMYK 0 0.08 0.06 0.01
HSL 347.37º 0.76% 0.95% -
HSV(B) 347.37º 0.08% 0.99% -
XYZ 84.57 85.09 92.09 -
YUV 239.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 252 233 237 0 0.08 0.06 0.01 347.37 0.76 0.95
Hex FC E9 ED 0 8 6 1 15B 4C 5F
Octal 374 351 355 0 10 6 1 533 114 137
Binary 11111100 11101001 11101101 0 1000 110 1 101011011 1001100 1011111

Color Harmonies of #FCE9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE9ED

Black with #FCE9ED

Text Example


Text Example

White with #FCE9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE9ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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