#FC9AC6

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

Shades of Carnation Pink #FC9AC6

Tints of Carnation Pink #FC9AC6

Color information

#FC9AC6 (or 0xFC9AC6) is unknown color: approx Carnation Pink. HEX triplet: FC, 9A and C6. RGB value is (252,154,198). Sum of RGB (Red+Green+Blue) = 252+154+198=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 154 (60.55% from 255 or 25.50% from 604); Blue value is 198 (77.73% from 255 or 32.78% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9AC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9AC6 is #036539. Grayscale: #BCBCBC. Windows color (decimal): -222522 or 13015804. OLE color: 13015804.

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

Color convert

RGB252154198-
CMYK00.390.210.01
HSL333.06º94.23%79.61%-
HSV(B)333.06º38.89%98.82%-
XYZ61.8947.8859.41-
YUV188.32133.47173.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.72%
GREEN value IS 154 (60.55% from 255) = 25.50%
BLUE value IS 198 (77.73% from 255) = 32.78%
R=41.72%
G=25.50%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215419800.390.210.01333.0694.2379.61
HexFC9AC602715114d5e50
Octal374232306047251515136120
Binary111111001001101011000110010011110101110100110110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9AC6; }

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

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

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

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

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

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

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

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