#FC9FD0

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

Shades of Carnation Pink #FC9FD0

Tints of Carnation Pink #FC9FD0

Color information

#FC9FD0 (or 0xFC9FD0) is unknown color: approx Carnation Pink. HEX triplet: FC, 9F and D0. RGB value is (252,159,208). Sum of RGB (Red+Green+Blue) = 252+159+208=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 159 (62.5% from 255 or 25.69% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9FD0 is #03602F. Grayscale: #C0C0C0. Windows color (decimal): -221232 or 13672444. OLE color: 13672444.

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

Color convert

RGB252159208-
CMYK00.370.170.01
HSL328.39º93.94%80.59%-
HSV(B)328.39º36.9%98.82%-
XYZ63.9350.0565.96-
YUV192.39136.81170.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.71%
GREEN value IS 159 (62.5% from 255) = 25.69%
BLUE value IS 208 (81.64% from 255) = 33.60%
R=40.71%
G=25.69%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215920800.370.170.01328.3993.9480.59
HexFC9FD00251111485e51
Octal374237320045211510136121
Binary111111001001111111010000010010110001110100100010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9FD0; }

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

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

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

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

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

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

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

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