#FCB0DC

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

Shades of Lavender Pink #FCB0DC

Tints of Lavender Pink #FCB0DC

Color information

#FCB0DC (or 0xFCB0DC) is unknown color: approx Lavender Pink. HEX triplet: FC, B0 and DC. RGB value is (252,176,220). Sum of RGB (Red+Green+Blue) = 252+176+220=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 176 (69.14% from 255 or 27.16% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0DC is #034F23. Grayscale: #CBCBCB. Windows color (decimal): -216868 or 14463228. OLE color: 14463228.

HSL color Cylindrical-coordinate representation of color #FCB0DC: hue angle of 325.26º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCB0DC is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB252176220-
CMYK00.300.130.01
HSL325.26º92.68%83.92%-
HSV(B)325.26º30.16%98.82%-
XYZ68.5956.9175.08-
YUV203.74137.18162.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.89%
GREEN value IS 176 (69.14% from 255) = 27.16%
BLUE value IS 220 (86.33% from 255) = 33.95%
R=38.89%
G=27.16%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217622000.300.130.01325.2692.6883.92
HexFCB0DC01ED11455d54
Octal374260334036151505135124
Binary1111110010110000110111000111101101110100010110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB0DC; }

 p { color: rgb(252,176,220); }

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

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

 a { background-color: rgb(252,176,220); }

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

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

 span { border-color: rgb(252,176,220); }

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