#FC9AD1

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

Shades of Carnation Pink #FC9AD1

Tints of Carnation Pink #FC9AD1

Color information

#FC9AD1 (or 0xFC9AD1) is unknown color: approx Carnation Pink. HEX triplet: FC, 9A and D1. RGB value is (252,154,209). Sum of RGB (Red+Green+Blue) = 252+154+209=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 154 (60.55% from 255 or 25.04% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9AD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9AD1 is #03652E. Grayscale: #BDBDBD. Windows color (decimal): -222511 or 13736700. OLE color: 13736700.

HSL color Cylindrical-coordinate representation of color #FC9AD1: hue angle of 326.33º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FC9AD1 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB252154209-
CMYK00.390.170.01
HSL326.33º94.23%79.61%-
HSV(B)326.33º38.89%98.82%-
XYZ63.2148.4166.33-
YUV189.57138.97172.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.98%
GREEN value IS 154 (60.55% from 255) = 25.04%
BLUE value IS 209 (82.03% from 255) = 33.98%
R=40.98%
G=25.04%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215420900.390.170.01326.3394.2379.61
HexFC9AD10271111465e50
Octal374232321047211506136120
Binary111111001001101011010001010011110001110100011010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9AD1; }

 p { color: rgb(252,154,209); }

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

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

 a { background-color: rgb(252,154,209); }

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

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

 span { border-color: rgb(252,154,209); }

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