#FCB0D3

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

Shades of Lavender Pink #FCB0D3

Tints of Lavender Pink #FCB0D3

Color information

#FCB0D3 (or 0xFCB0D3) is unknown color: approx Lavender Pink. HEX triplet: FC, B0 and D3. RGB value is (252,176,211). Sum of RGB (Red+Green+Blue) = 252+176+211=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 176 (69.14% from 255 or 27.54% from 639); Blue value is 211 (82.81% from 255 or 33.02% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0D3 is #034F2C. Grayscale: #CACACA. Windows color (decimal): -216877 or 13873404. OLE color: 13873404.

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

Color convert

RGB252176211-
CMYK00.300.160.01
HSL332.37º92.68%83.92%-
HSV(B)332.37º30.16%98.82%-
XYZ67.4356.4568.97-
YUV202.71132.68163.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.44%
GREEN value IS 176 (69.14% from 255) = 27.54%
BLUE value IS 211 (82.81% from 255) = 33.02%
R=39.44%
G=27.54%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217621100.300.160.01332.3792.6883.92
HexFCB0D301E10114c5d54
Octal374260323036201514135124
Binary11111100101100001101001101111010000110100110010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB0D3; }

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

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

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

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

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

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

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

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