#FC9BD0

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

Shades of Carnation Pink #FC9BD0

Tints of Carnation Pink #FC9BD0

Color information

#FC9BD0 (or 0xFC9BD0) is unknown color: approx Carnation Pink. HEX triplet: FC, 9B and D0. RGB value is (252,155,208). Sum of RGB (Red+Green+Blue) = 252+155+208=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9BD0 is #03642F. Grayscale: #BDBDBD. Windows color (decimal): -222256 or 13671420. OLE color: 13671420.

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

Color convert

RGB252155208-
CMYK00.380.170.01
HSL327.22º94.17%79.8%-
HSV(B)327.22º38.49%98.82%-
XYZ63.2548.6965.74-
YUV190.04138.14172.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.98%
GREEN value IS 155 (60.94% from 255) = 25.20%
BLUE value IS 208 (81.64% from 255) = 33.82%
R=40.98%
G=25.20%
B=33.82%

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
Decimal25215520800.380.170.01327.2294.1779.8
HexFC9BD00261111475e50
Octal374233320046211507136120
Binary111111001001101111010000010011010001110100011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9BD0; }

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

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

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

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

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

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

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

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