#FC9FBF

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

Shades of Carnation Pink #FC9FBF

Tints of Carnation Pink #FC9FBF

Color information

#FC9FBF (or 0xFC9FBF) is unknown color: approx Carnation Pink. HEX triplet: FC, 9F and BF. RGB value is (252,159,191). Sum of RGB (Red+Green+Blue) = 252+159+191=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 159 (62.5% from 255 or 26.41% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9FBF is #036040. Grayscale: #BEBEBE. Windows color (decimal): -221249 or 12558332. OLE color: 12558332.

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

Color convert

RGB252159191-
CMYK00.370.240.01
HSL339.35º93.94%80.59%-
HSV(B)339.35º36.9%98.82%-
XYZ61.9549.2555.53-
YUV190.46128.31171.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.86%
GREEN value IS 159 (62.5% from 255) = 26.41%
BLUE value IS 191 (75% from 255) = 31.73%
R=41.86%
G=26.41%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215919100.370.240.01339.3593.9480.59
HexFC9FBF0251811535e51
Octal374237277045301523136121
Binary111111001001111110111111010010111000110101001110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9FBF; }

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

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

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

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

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

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

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

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