#FDA0FD

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

Shades of Lavender Rose #FDA0FD

Tints of Lavender Rose #FDA0FD

Color information

#FDA0FD (or 0xFDA0FD) is unknown color: approx Lavender Rose. HEX triplet: FD, A0 and FD. RGB value is (253,160,253). Sum of RGB (Red+Green+Blue) = 253+160+253=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 160 (62.89% from 255 or 24.02% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDA0FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA0FD is #025F02. Grayscale: #C6C6C6. Windows color (decimal): -155395 or 16621821. OLE color: 16621821.

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

Color convert

RGB253160253-
CMYK00.3700.01
HSL300º95.88%80.98%-
HSV(B)300º36.76%99.22%-
XYZ70.8153.1299.45-
YUV198.41158.81166.94-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.99%
GREEN value IS 160 (62.89% from 255) = 24.02%
BLUE value IS 253 (99.22% from 255) = 37.99%
R=37.99%
G=24.02%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316025300.3700.0130095.8880.98
HexFDA0FD0250112c6051
Octal37524037504501454140121
Binary11111101101000001111110101001010110010110011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA0FD; }

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

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

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

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

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

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

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

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