#FC9BD3

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

Shades of Lavender Pink #FC9BD3

Tints of Lavender Pink #FC9BD3

Color information

#FC9BD3 (or 0xFC9BD3) is unknown color: approx Lavender Pink. HEX triplet: FC, 9B and D3. RGB value is (252,155,211). Sum of RGB (Red+Green+Blue) = 252+155+211=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 155 (60.94% from 255 or 25.08% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9BD3 is #03642C. Grayscale: #BEBEBE. Windows color (decimal): -222253 or 13868028. OLE color: 13868028.

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

Color convert

RGB252155211-
CMYK00.380.160.01
HSL325.36º94.17%79.8%-
HSV(B)325.36º38.49%98.82%-
XYZ63.6248.8467.7-
YUV190.39139.64171.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.78%
GREEN value IS 155 (60.94% from 255) = 25.08%
BLUE value IS 211 (82.81% from 255) = 34.14%
R=40.78%
G=25.08%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215521100.380.160.01325.3694.1779.8
HexFC9BD30261011455e50
Octal374233323046201505136120
Binary111111001001101111010011010011010000110100010110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9BD3; }

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

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

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

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

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

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

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

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