#FC9ACB

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

Shades of Carnation Pink #FC9ACB

Tints of Carnation Pink #FC9ACB

Color information

#FC9ACB (or 0xFC9ACB) is unknown color: approx Carnation Pink. HEX triplet: FC, 9A and CB. RGB value is (252,154,203). Sum of RGB (Red+Green+Blue) = 252+154+203=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 154 (60.55% from 255 or 25.29% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9ACB is #036534. Grayscale: #BCBCBC. Windows color (decimal): -222517 or 13343484. OLE color: 13343484.

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

Color convert

RGB252154203-
CMYK00.390.190.01
HSL330º94.23%79.61%-
HSV(B)330º38.89%98.82%-
XYZ62.4848.1262.49-
YUV188.89135.97173.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.38%
GREEN value IS 154 (60.55% from 255) = 25.29%
BLUE value IS 203 (79.69% from 255) = 33.33%
R=41.38%
G=25.29%
B=33.33%

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
Decimal25215420300.390.190.0133094.2379.61
HexFC9ACB02713114a5e50
Octal374232313047231512136120
Binary111111001001101011001011010011110011110100101010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9ACB; }

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

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

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

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

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

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

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

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