#FDB0DC

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

Shades of Lavender Pink #FDB0DC

Tints of Lavender Pink #FDB0DC

Color information

#FDB0DC (or 0xFDB0DC) is unknown color: approx Lavender Pink. HEX triplet: FD, B0 and DC. RGB value is (253,176,220). Sum of RGB (Red+Green+Blue) = 253+176+220=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 176 (69.14% from 255 or 27.12% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB0DC is #024F23. Grayscale: #CBCBCB. Windows color (decimal): -151332 or 14463229. OLE color: 14463229.

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

Color convert

RGB253176220-
CMYK00.300.130.01
HSL325.71º95.06%84.12%-
HSV(B)325.71º30.43%99.22%-
XYZ68.9557.175.1-
YUV204.04137.01162.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.98%
GREEN value IS 176 (69.14% from 255) = 27.12%
BLUE value IS 220 (86.33% from 255) = 33.90%
R=38.98%
G=27.12%
B=33.90%

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
Decimal25317622000.300.130.01325.7195.0684.12
HexFDB0DC01ED11465f54
Octal375260334036151506137124
Binary1111110110110000110111000111101101110100011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB0DC; }

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

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

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

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

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

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

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

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