#FC9FCA

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

Shades of Carnation Pink #FC9FCA

Tints of Carnation Pink #FC9FCA

Color information

#FC9FCA (or 0xFC9FCA) is unknown color: approx Carnation Pink. HEX triplet: FC, 9F and CA. RGB value is (252,159,202). Sum of RGB (Red+Green+Blue) = 252+159+202=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 159 (62.5% from 255 or 25.94% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9FCA is #036035. Grayscale: #BFBFBF. Windows color (decimal): -221238 or 13279228. OLE color: 13279228.

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

Color convert

RGB252159202-
CMYK00.370.200.01
HSL332.26º93.94%80.59%-
HSV(B)332.26º36.9%98.82%-
XYZ63.249.7662.15-
YUV191.71133.81171-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.11%
GREEN value IS 159 (62.5% from 255) = 25.94%
BLUE value IS 202 (79.30% from 255) = 32.95%
R=41.11%
G=25.94%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215920200.370.200.01332.2693.9480.59
HexFC9FCA02514114c5e51
Octal374237312045241514136121
Binary111111001001111111001010010010110100110100110010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9FCA; }

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

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

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

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

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

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

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

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