#FC9BCD

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

Shades of Carnation Pink #FC9BCD

Tints of Carnation Pink #FC9BCD

Color information

#FC9BCD (or 0xFC9BCD) is unknown color: approx Carnation Pink. HEX triplet: FC, 9B and CD. RGB value is (252,155,205). Sum of RGB (Red+Green+Blue) = 252+155+205=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 155 (60.94% from 255 or 25.33% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9BCD is #036432. Grayscale: #BDBDBD. Windows color (decimal): -222259 or 13474812. OLE color: 13474812.

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

Color convert

RGB252155205-
CMYK00.380.190.01
HSL329.07º94.17%79.8%-
HSV(B)329.07º38.49%98.82%-
XYZ62.8948.5563.81-
YUV189.7136.64172.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.18%
GREEN value IS 155 (60.94% from 255) = 25.33%
BLUE value IS 205 (80.47% from 255) = 33.50%
R=41.18%
G=25.33%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215520500.380.190.01329.0794.1779.8
HexFC9BCD0261311495e50
Octal374233315046231511136120
Binary111111001001101111001101010011010011110100100110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9BCD; }

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

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

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

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

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

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

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

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