Html Css Color HEX #FCE2EA Amour

📋 copy color: '#FCE2EA'

red 252 ◦ green 226 ◦ blue 234

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

Shades of Amour #FCE2EA

Tints of Amour #FCE2EA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 31.74%

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

R = 35.39%
G = 31.74%
B = 32.87%

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

#FCE2EA (or 0xFCE2EA) is known color: Amour. HEX triplet: FC, E2 and EA. RGB value is (252,226,234). Sum of RGB (Red+Green+Blue) = 252+226+234=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 226 (88.67% from 255 or 31.74% from 712); Blue value is 234 (91.80% from 255 or 32.87% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE2EA is #031D15. Grayscale: #EAEAEA. Windows color (decimal): -204054 or 15393532. OLE color: 15393532.

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

Color convert

RGB 252 226 234 -
CMYK 0 0.10 0.07 0.01
HSL 341.54º 0.81% 0.94% -
HSV(B) 341.54º 0.1% 0.99% -
XYZ 82.19 81.03 89.15 -
YUV 234.69 127.61 140.35 -
System Red Green Blue C M Y K H S L
Decimal 252 226 234 0 0.10 0.07 0.01 341.54 0.81 0.94
Hex FC E2 EA 0 A 7 1 156 51 5E
Octal 374 342 352 0 12 7 1 526 121 136
Binary 11111100 11100010 11101010 0 1010 111 1 101010110 1010001 1011110

Color Harmonies of #FCE2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE2EA

Black with #FCE2EA

Text Example


Text Example

White with #FCE2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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