Html Css Color HEX #FCE1EA Amour

📋 copy color: '#FCE1EA'

red 252 ◦ green 225 ◦ blue 234

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

Shades of Amour #FCE1EA

Tints of Amour #FCE1EA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 31.65%

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

R = 35.44%
G = 31.65%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCE1EA (or 0xFCE1EA) is known color: Amour. HEX triplet: FC, E1 and EA. RGB value is (252,225,234). Sum of RGB (Red+Green+Blue) = 252+225+234=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 225 (88.28% from 255 or 31.65% from 711); Blue value is 234 (91.80% from 255 or 32.91% from 711); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE1EA is #031E15. Grayscale: #EAEAEA. Windows color (decimal): -204310 or 15393276. OLE color: 15393276.

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

Color convert

RGB 252 225 234 -
CMYK 0 0.11 0.07 0.01
HSL 340º 0.82% 0.94% -
HSV(B) 340º 0.11% 0.99% -
XYZ 81.92 80.49 89.06 -
YUV 234.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 252 225 234 0 0.11 0.07 0.01 340 0.82 0.94
Hex FC E1 EA 0 B 7 1 154 52 5E
Octal 374 341 352 0 13 7 1 524 122 136
Binary 11111100 11100001 11101010 0 1011 111 1 101010100 1010010 1011110

Color Harmonies of #FCE1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE1EA

Black with #FCE1EA

Text Example


Text Example

White with #FCE1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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