Html Css Color HEX #FCE5EE Amour

📋 copy color: '#FCE5EE'

red 252 ◦ green 229 ◦ blue 238

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

Shades of Amour #FCE5EE

Tints of Amour #FCE5EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 33.1%

R = 35.05%
G = 31.85%
B = 33.1%

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

#FCE5EE (or 0xFCE5EE) is known color: Amour. HEX triplet: FC, E5 and EE. RGB value is (252,229,238). Sum of RGB (Red+Green+Blue) = 252+229+238=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 229 (89.84% from 255 or 31.85% from 719); Blue value is 238 (93.36% from 255 or 33.10% from 719); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE5EE is #031A11. Grayscale: #ECECEC. Windows color (decimal): -203282 or 15656444. OLE color: 15656444.

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

Color convert

RGB 252 229 238 -
CMYK 0 0.09 0.06 0.01
HSL 336.52º 0.79% 0.94% -
HSV(B) 336.52º 0.09% 0.99% -
XYZ 83.6 82.91 92.49 -
YUV 236.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 252 229 238 0 0.09 0.06 0.01 336.52 0.79 0.94
Hex FC E5 EE 0 9 6 1 151 4F 5E
Octal 374 345 356 0 11 6 1 521 117 136
Binary 11111100 11100101 11101110 0 1001 110 1 101010001 1001111 1011110

Color Harmonies of #FCE5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE5EE

Black with #FCE5EE

Text Example


Text Example

White with #FCE5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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