#FC9AC4

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

Shades of Carnation Pink #FC9AC4

Tints of Carnation Pink #FC9AC4

Color information

#FC9AC4 (or 0xFC9AC4) is unknown color: approx Carnation Pink. HEX triplet: FC, 9A and C4. RGB value is (252,154,196). Sum of RGB (Red+Green+Blue) = 252+154+196=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 154 (60.55% from 255 or 25.58% from 602); Blue value is 196 (76.95% from 255 or 32.56% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9AC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9AC4 is #03653B. Grayscale: #BCBCBC. Windows color (decimal): -222524 or 12884732. OLE color: 12884732.

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

Color convert

RGB252154196-
CMYK00.390.220.01
HSL334.29º94.23%79.61%-
HSV(B)334.29º38.89%98.82%-
XYZ61.6647.7958.2-
YUV188.09132.47173.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.86%
GREEN value IS 154 (60.55% from 255) = 25.58%
BLUE value IS 196 (76.95% from 255) = 32.56%
R=41.86%
G=25.58%
B=32.56%

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
Decimal25215419600.390.220.01334.2994.2379.61
HexFC9AC402716114e5e50
Octal374232304047261516136120
Binary111111001001101011000100010011110110110100111010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9AC4; }

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

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

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

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

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

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

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

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