#FC9FBA

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

Shades of Carnation Pink #FC9FBA

Tints of Carnation Pink #FC9FBA

Color information

#FC9FBA (or 0xFC9FBA) is unknown color: approx Carnation Pink. HEX triplet: FC, 9F and BA. RGB value is (252,159,186). Sum of RGB (Red+Green+Blue) = 252+159+186=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9FBA is #036045. Grayscale: #BDBDBD. Windows color (decimal): -221254 or 12230652. OLE color: 12230652.

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

Color convert

RGB252159186-
CMYK00.370.260.01
HSL342.58º93.94%80.59%-
HSV(B)342.58º36.9%98.82%-
XYZ61.4149.0452.68-
YUV189.88125.81172.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.21%
GREEN value IS 159 (62.5% from 255) = 26.63%
BLUE value IS 186 (73.05% from 255) = 31.16%
R=42.21%
G=26.63%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215918600.370.260.01342.5893.9480.59
HexFC9FBA0251A11575e51
Octal374237272045321527136121
Binary111111001001111110111010010010111010110101011110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9FBA; }

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

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

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

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

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

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

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

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