Html Css Color HEX #FCE5ED Amour

📋 copy color: '#FCE5ED'

red 252 ◦ green 229 ◦ blue 237

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

Shades of Amour #FCE5ED

Tints of Amour #FCE5ED

RGB

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

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

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

R = 35.1%
G = 31.89%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCE5ED (or 0xFCE5ED) is known color: Amour. HEX triplet: FC, E5 and ED. RGB value is (252,229,237). Sum of RGB (Red+Green+Blue) = 252+229+237=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 229 (89.84% from 255 or 31.89% from 718); Blue value is 237 (92.97% from 255 or 33.01% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE5ED is #031A12. Grayscale: #ECECEC. Windows color (decimal): -203283 or 15590908. OLE color: 15590908.

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

Color convert

RGB 252 229 237 -
CMYK 0 0.09 0.06 0.01
HSL 339.13º 0.79% 0.94% -
HSV(B) 339.13º 0.09% 0.99% -
XYZ 83.45 82.85 91.71 -
YUV 236.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 252 229 237 0 0.09 0.06 0.01 339.13 0.79 0.94
Hex FC E5 ED 0 9 6 1 153 4F 5E
Octal 374 345 355 0 11 6 1 523 117 136
Binary 11111100 11100101 11101101 0 1001 110 1 101010011 1001111 1011110

Color Harmonies of #FCE5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE5ED

Black with #FCE5ED

Text Example


Text Example

White with #FCE5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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