Html Css Color HEX #FCE9EA Amour

📋 copy color: '#FCE9EA'

red 252 ◦ green 233 ◦ blue 234

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

Shades of Amour #FCE9EA

Tints of Amour #FCE9EA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 32.41%

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

R = 35.05%
G = 32.41%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCE9EA (or 0xFCE9EA) is known color: Amour. HEX triplet: FC, E9 and EA. RGB value is (252,233,234). Sum of RGB (Red+Green+Blue) = 252+233+234=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 233 (91.41% from 255 or 32.41% from 719); Blue value is 234 (91.80% from 255 or 32.55% from 719); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE9EA is #031615. Grayscale: #EEEEEE. Windows color (decimal): -202262 or 15395324. OLE color: 15395324.

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

Color convert

RGB 252 233 234 -
CMYK 0 0.08 0.07 0.01
HSL 356.84º 0.76% 0.95% -
HSV(B) 356.84º 0.08% 0.99% -
XYZ 84.14 84.91 89.8 -
YUV 238.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 252 233 234 0 0.08 0.07 0.01 356.84 0.76 0.95
Hex FC E9 EA 0 8 7 1 165 4C 5F
Octal 374 351 352 0 10 7 1 545 114 137
Binary 11111100 11101001 11101010 0 1000 111 1 101100101 1001100 1011111

Color Harmonies of #FCE9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE9EA

Black with #FCE9EA

Text Example


Text Example

White with #FCE9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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