#FC9BD1

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

Shades of Carnation Pink #FC9BD1

Tints of Carnation Pink #FC9BD1

Color information

#FC9BD1 (or 0xFC9BD1) is unknown color: approx Carnation Pink. HEX triplet: FC, 9B and D1. RGB value is (252,155,209). Sum of RGB (Red+Green+Blue) = 252+155+209=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 155 (60.94% from 255 or 25.16% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9BD1 is #03642E. Grayscale: #BEBEBE. Windows color (decimal): -222255 or 13736956. OLE color: 13736956.

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

Color convert

RGB252155209-
CMYK00.380.170.01
HSL326.6º94.17%79.8%-
HSV(B)326.6º38.49%98.82%-
XYZ63.3748.7466.39-
YUV190.16138.64172.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 155 (60.94% from 255) = 25.16%
BLUE value IS 209 (82.03% from 255) = 33.93%
R=40.91%
G=25.16%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215520900.380.170.01326.694.1779.8
HexFC9BD10261111475e50
Octal374233321046211507136120
Binary111111001001101111010001010011010001110100011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9BD1; }

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

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

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

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

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

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

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

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