Html Css Color HEX #FCE2E9 Amour

📋 copy color: '#FCE2E9'

red 252 ◦ green 226 ◦ blue 233

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

Shades of Amour #FCE2E9

Tints of Amour #FCE2E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 32.77%

R = 35.44%
G = 31.79%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCE2E9 (or 0xFCE2E9) is known color: Amour. HEX triplet: FC, E2 and E9. RGB value is (252,226,233). Sum of RGB (Red+Green+Blue) = 252+226+233=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 226 (88.67% from 255 or 31.79% from 711); Blue value is 233 (91.41% from 255 or 32.77% from 711); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE2E9 is #031D16. Grayscale: #EAEAEA. Windows color (decimal): -204055 or 15327996. OLE color: 15327996.

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

Color convert

RGB 252 226 233 -
CMYK 0 0.10 0.08 0.01
HSL 343.85º 0.81% 0.94% -
HSV(B) 343.85º 0.1% 0.99% -
XYZ 82.05 80.97 88.4 -
YUV 234.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 252 226 233 0 0.10 0.08 0.01 343.85 0.81 0.94
Hex FC E2 E9 0 A 8 1 158 51 5E
Octal 374 342 351 0 12 10 1 530 121 136
Binary 11111100 11100010 11101001 0 1010 1000 1 101011000 1010001 1011110

Color Harmonies of #FCE2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE2E9

Black with #FCE2E9

Text Example


Text Example

White with #FCE2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE2E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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