#FC9ACD

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

Shades of Carnation Pink #FC9ACD

Tints of Carnation Pink #FC9ACD

Color information

#FC9ACD (or 0xFC9ACD) is unknown color: approx Carnation Pink. HEX triplet: FC, 9A and CD. RGB value is (252,154,205). Sum of RGB (Red+Green+Blue) = 252+154+205=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 154 (60.55% from 255 or 25.20% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9ACD is #036532. Grayscale: #BDBDBD. Windows color (decimal): -222515 or 13474556. OLE color: 13474556.

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

Color convert

RGB252154205-
CMYK00.390.190.01
HSL328.78º94.23%79.61%-
HSV(B)328.78º38.89%98.82%-
XYZ62.7248.2163.76-
YUV189.12136.97172.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.24%
GREEN value IS 154 (60.55% from 255) = 25.20%
BLUE value IS 205 (80.47% from 255) = 33.55%
R=41.24%
G=25.20%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215420500.390.190.01328.7894.2379.61
HexFC9ACD0271311495e50
Octal374232315047231511136120
Binary111111001001101011001101010011110011110100100110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9ACD; }

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

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

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

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

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

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

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

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