Html Css Color HEX #FCE3EA Amour

📋 copy color: '#FCE3EA'

red 252 ◦ green 227 ◦ blue 234

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

Shades of Amour #FCE3EA

Tints of Amour #FCE3EA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 31.84%

 BLUE value IS 234 (91.8% from 255) = 32.82%

R = 35.34%
G = 31.84%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCE3EA (or 0xFCE3EA) is known color: Amour. HEX triplet: FC, E3 and EA. RGB value is (252,227,234). Sum of RGB (Red+Green+Blue) = 252+227+234=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 227 (89.06% from 255 or 31.84% from 713); Blue value is 234 (91.80% from 255 or 32.82% from 713); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE3EA is #031C15. Grayscale: #EBEBEB. Windows color (decimal): -203798 or 15393788. OLE color: 15393788.

HSL color Cylindrical-coordinate representation of color #FCE3EA: hue angle of 343.2º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCE3EA is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 227 234 -
CMYK 0 0.10 0.07 0.01
HSL 343.2º 0.81% 0.94% -
HSV(B) 343.2º 0.1% 0.99% -
XYZ 82.47 81.57 89.24 -
YUV 235.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 252 227 234 0 0.10 0.07 0.01 343.2 0.81 0.94
Hex FC E3 EA 0 A 7 1 157 51 5E
Octal 374 343 352 0 12 7 1 527 121 136
Binary 11111100 11100011 11101010 0 1010 111 1 101010111 1010001 1011110

Color Harmonies of #FCE3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE3EA

Black with #FCE3EA

Text Example


Text Example

White with #FCE3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE3EA; }

 p { color: rgb(252,227,234); }

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

background-color css

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

 a { background-color: rgb(252,227,234); }

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

border-color css

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

 span { border-color: rgb(252,227,234); }

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