#FC9FBB

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

Shades of Carnation Pink #FC9FBB

Tints of Carnation Pink #FC9FBB

Color information

#FC9FBB (or 0xFC9FBB) is unknown color: approx Carnation Pink. HEX triplet: FC, 9F and BB. RGB value is (252,159,187). Sum of RGB (Red+Green+Blue) = 252+159+187=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 159 (62.5% from 255 or 26.59% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9FBB is #036044. Grayscale: #BDBDBD. Windows color (decimal): -221253 or 12296188. OLE color: 12296188.

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

Color convert

RGB252159187-
CMYK00.370.260.01
HSL341.94º93.94%80.59%-
HSV(B)341.94º36.9%98.82%-
XYZ61.5149.0853.24-
YUV190126.31172.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.14%
GREEN value IS 159 (62.5% from 255) = 26.59%
BLUE value IS 187 (73.44% from 255) = 31.27%
R=42.14%
G=26.59%
B=31.27%

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
Decimal25215918700.370.260.01341.9493.9480.59
HexFC9FBB0251A11565e51
Octal374237273045321526136121
Binary111111001001111110111011010010111010110101011010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9FBB; }

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

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

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

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

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

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

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

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