#FDA9FD

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

Shades of Lavender Rose #FDA9FD

Tints of Lavender Rose #FDA9FD

Color information

#FDA9FD (or 0xFDA9FD) is unknown color: approx Lavender Rose. HEX triplet: FD, A9 and FD. RGB value is (253,169,253). Sum of RGB (Red+Green+Blue) = 253+169+253=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 169 (66.41% from 255 or 25.04% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDA9FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA9FD is #025602. Grayscale: #CBCBCB. Windows color (decimal): -153091 or 16624125. OLE color: 16624125.

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

Color convert

RGB253169253-
CMYK00.3300.01
HSL300º95.45%82.75%-
HSV(B)300º33.2%99.22%-
XYZ72.4356.3599.99-
YUV203.69155.83163.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.48%
GREEN value IS 169 (66.41% from 255) = 25.04%
BLUE value IS 253 (99.22% from 255) = 37.48%
R=37.48%
G=25.04%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316925300.3300.0130095.4582.75
HexFDA9FD0210112c5f53
Octal37525137504101454137123
Binary11111101101010011111110101000010110010110010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA9FD; }

 p { color: rgb(253,169,253); }

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

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

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

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

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

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

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