#FC8E8D

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

Shades of Sweet Pink #FC8E8D

Tints of Sweet Pink #FC8E8D

Color information

#FC8E8D (or 0xFC8E8D) is unknown color: approx Sweet Pink. HEX triplet: FC, 8E and 8D. RGB value is (252,142,141). Sum of RGB (Red+Green+Blue) = 252+142+141=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8E8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8E8D is #037172. Grayscale: #AEAEAE. Windows color (decimal): -225651 or 9277180. OLE color: 9277180.

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

Color convert

RGB252142141-
CMYK00.440.440.01
HSL0.54º94.87%77.06%-
HSV(B)0.54º44.05%98.82%-
XYZ54.6341.9630.42-
YUV174.78108.94183.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.10%
GREEN value IS 142 (55.86% from 255) = 26.54%
BLUE value IS 141 (55.47% from 255) = 26.36%
R=47.10%
G=26.54%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214214100.440.440.010.5494.8777.06
HexFC8E8D02C2C115f4d
Octal3742162150545411137115
Binary11111100100011101000110101011001011001110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8E8D; }

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

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

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

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

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

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

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

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