#FDB3DC

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

Shades of Lavender Pink #FDB3DC

Tints of Lavender Pink #FDB3DC

Color information

#FDB3DC (or 0xFDB3DC) is unknown color: approx Lavender Pink. HEX triplet: FD, B3 and DC. RGB value is (253,179,220). Sum of RGB (Red+Green+Blue) = 253+179+220=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 179 (70.31% from 255 or 27.45% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB3DC is #024C23. Grayscale: #CDCDCD. Windows color (decimal): -150564 or 14463997. OLE color: 14463997.

HSL color Cylindrical-coordinate representation of color #FDB3DC: hue angle of 326.76º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDB3DC is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB253179220-
CMYK00.290.130.01
HSL326.76º94.87%84.71%-
HSV(B)326.76º29.25%99.22%-
XYZ69.5558.2975.3-
YUV205.8136.02161.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.80%
GREEN value IS 179 (70.31% from 255) = 27.45%
BLUE value IS 220 (86.33% from 255) = 33.74%
R=38.80%
G=27.45%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317922000.290.130.01326.7694.8784.71
HexFDB3DC01DD11475f55
Octal375263334035151507137125
Binary1111110110110011110111000111011101110100011110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB3DC; }

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

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

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

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

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

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

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

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