#FDA5D0

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

Shades of Lavender Pink #FDA5D0

Tints of Lavender Pink #FDA5D0

Color information

#FDA5D0 (or 0xFDA5D0) is unknown color: approx Lavender Pink. HEX triplet: FD, A5 and D0. RGB value is (253,165,208). Sum of RGB (Red+Green+Blue) = 253+165+208=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 165 (64.84% from 255 or 26.36% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA5D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA5D0 is #025A2F. Grayscale: #C4C4C4. Windows color (decimal): -154160 or 13673981. OLE color: 13673981.

HSL color Cylindrical-coordinate representation of color #FDA5D0: hue angle of 330.68º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDA5D0 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB253165208-
CMYK00.350.180.01
HSL330.68º95.65%81.96%-
HSV(B)330.68º34.78%99.22%-
XYZ65.3552.3566.33-
YUV196.21134.65168.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.42%
GREEN value IS 165 (64.84% from 255) = 26.36%
BLUE value IS 208 (81.64% from 255) = 33.23%
R=40.42%
G=26.36%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316520800.350.180.01330.6895.6581.96
HexFDA5D002312114b6052
Octal375245320043221513140122
Binary111111011010010111010000010001110010110100101111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA5D0; }

 p { color: rgb(253,165,208); }

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

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

 a { background-color: rgb(253,165,208); }

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

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

 span { border-color: rgb(253,165,208); }

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