Html Css Color HEX #FCE6EA Amour

📋 copy color: '#FCE6EA'

red 252 ◦ green 230 ◦ blue 234

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

Shades of Amour #FCE6EA

Tints of Amour #FCE6EA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 32.12%

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

R = 35.2%
G = 32.12%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCE6EA (or 0xFCE6EA) is known color: Amour. HEX triplet: FC, E6 and EA. RGB value is (252,230,234). Sum of RGB (Red+Green+Blue) = 252+230+234=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 230 (90.23% from 255 or 32.12% from 716); Blue value is 234 (91.80% from 255 or 32.68% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE6EA is #031915. Grayscale: #EDEDED. Windows color (decimal): -203030 or 15394556. OLE color: 15394556.

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

Color convert

RGB 252 230 234 -
CMYK 0 0.09 0.07 0.01
HSL 349.09º 0.79% 0.95% -
HSV(B) 349.09º 0.09% 0.99% -
XYZ 83.29 83.23 89.52 -
YUV 237.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 252 230 234 0 0.09 0.07 0.01 349.09 0.79 0.95
Hex FC E6 EA 0 9 7 1 15D 4F 5F
Octal 374 346 352 0 11 7 1 535 117 137
Binary 11111100 11100110 11101010 0 1001 111 1 101011101 1001111 1011111

Color Harmonies of #FCE6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE6EA

Black with #FCE6EA

Text Example


Text Example

White with #FCE6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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