#FC9FBC

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

Shades of Carnation Pink #FC9FBC

Tints of Carnation Pink #FC9FBC

Color information

#FC9FBC (or 0xFC9FBC) is unknown color: approx Carnation Pink. HEX triplet: FC, 9F and BC. RGB value is (252,159,188). Sum of RGB (Red+Green+Blue) = 252+159+188=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 159 (62.5% from 255 or 26.54% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9FBC is #036043. Grayscale: #BEBEBE. Windows color (decimal): -221252 or 12361724. OLE color: 12361724.

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

Color convert

RGB252159188-
CMYK00.370.250.01
HSL341.29º93.94%80.59%-
HSV(B)341.29º36.9%98.82%-
XYZ61.6249.1253.81-
YUV190.11126.81172.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.07%
GREEN value IS 159 (62.5% from 255) = 26.54%
BLUE value IS 188 (73.83% from 255) = 31.39%
R=42.07%
G=26.54%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215918800.370.250.01341.2993.9480.59
HexFC9FBC0251911555e51
Octal374237274045311525136121
Binary111111001001111110111100010010111001110101010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9FBC; }

 p { color: rgb(252,159,188); }

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

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

 a { background-color: rgb(252,159,188); }

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

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

 span { border-color: rgb(252,159,188); }

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