#FC9FBD

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

Shades of Carnation Pink #FC9FBD

Tints of Carnation Pink #FC9FBD

Color information

#FC9FBD (or 0xFC9FBD) is unknown color: approx Carnation Pink. HEX triplet: FC, 9F and BD. RGB value is (252,159,189). Sum of RGB (Red+Green+Blue) = 252+159+189=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 159 (62.5% from 255 or 26.5% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9FBD is #036042. Grayscale: #BEBEBE. Windows color (decimal): -221251 or 12427260. OLE color: 12427260.

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

Color convert

RGB252159189-
CMYK00.370.250.01
HSL340.65º93.94%80.59%-
HSV(B)340.65º36.9%98.82%-
XYZ61.7349.1754.38-
YUV190.23127.31172.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42%
GREEN value IS 159 (62.5% from 255) = 26.5%
BLUE value IS 189 (74.22% from 255) = 31.5%
R=42%
G=26.5%
B=31.5%

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
Decimal25215918900.370.250.01340.6593.9480.59
HexFC9FBD0251911555e51
Octal374237275045311525136121
Binary111111001001111110111101010010111001110101010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9FBD; }

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

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

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

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

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

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

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

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