#FC9AC5

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

Shades of Carnation Pink #FC9AC5

Tints of Carnation Pink #FC9AC5

Color information

#FC9AC5 (or 0xFC9AC5) is unknown color: approx Carnation Pink. HEX triplet: FC, 9A and C5. RGB value is (252,154,197). Sum of RGB (Red+Green+Blue) = 252+154+197=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 154 (60.55% from 255 or 25.54% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9AC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9AC5 is #03653A. Grayscale: #BCBCBC. Windows color (decimal): -222523 or 12950268. OLE color: 12950268.

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

Color convert

RGB252154197-
CMYK00.390.220.01
HSL333.67º94.23%79.61%-
HSV(B)333.67º38.89%98.82%-
XYZ61.7847.8458.8-
YUV188.2132.97173.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.79%
GREEN value IS 154 (60.55% from 255) = 25.54%
BLUE value IS 197 (77.34% from 255) = 32.67%
R=41.79%
G=25.54%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215419700.390.220.01333.6794.2379.61
HexFC9AC502716114e5e50
Octal374232305047261516136120
Binary111111001001101011000101010011110110110100111010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9AC5; }

 p { color: rgb(252,154,197); }

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

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

 a { background-color: rgb(252,154,197); }

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

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

 span { border-color: rgb(252,154,197); }

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