#FCAE8E

Color #FCAE8E Mandys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandys Pink #FCAE8E

Tints of Mandys Pink #FCAE8E

Color information

#FCAE8E (or 0xFCAE8E) is unknown color: approx Mandys Pink. HEX triplet: FC, AE and 8E. RGB value is (252,174,142). Sum of RGB (Red+Green+Blue) = 252+174+142=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 142 (55.86% from 255 or 25% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAE8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAE8E is #035171. Grayscale: #C1C1C1. Windows color (decimal): -217458 or 9350908. OLE color: 9350908.

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

Color convert

RGB252174142-
CMYK00.310.440.01
HSL17.45º94.83%77.25%-
HSV(B)17.45º43.65%98.82%-
XYZ60.1652.9232.63-
YUV193.6798.84169.6-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.37%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 142 (55.86% from 255) = 25%
R=44.37%
G=30.63%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217414200.310.440.0117.4594.8377.25
HexFCAE8E01F2C1115f4d
Octal37425621603754121137115
Binary11111100101011101000111001111110110011000110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAE8E; }

 p { color: rgb(252,174,142); }

 H1.HeaderClassName
 {
   color: #FCAE8E;
 }
 .AnyTagClassName
 {
   color: #FCAE8E;
 }
</style>
background-color css

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

 a { background-color: rgb(252,174,142); }

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

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

 span { border-color: rgb(252,174,142); }

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