#FDA6FD

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

Shades of Lavender Rose #FDA6FD

Tints of Lavender Rose #FDA6FD

Color information

#FDA6FD (or 0xFDA6FD) is unknown color: approx Lavender Rose. HEX triplet: FD, A6 and FD. RGB value is (253,166,253). Sum of RGB (Red+Green+Blue) = 253+166+253=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 166 (65.23% from 255 or 24.70% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDA6FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA6FD is #025902. Grayscale: #C9C9C9. Windows color (decimal): -153859 or 16623357. OLE color: 16623357.

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

Color convert

RGB253166253-
CMYK00.3400.01
HSL300º95.6%82.16%-
HSV(B)300º34.39%99.22%-
XYZ71.8755.2599.8-
YUV201.93156.82164.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.65%
GREEN value IS 166 (65.23% from 255) = 24.70%
BLUE value IS 253 (99.22% from 255) = 37.65%
R=37.65%
G=24.70%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316625300.3400.0130095.682.16
HexFDA6FD0220112c6052
Octal37524637504201454140122
Binary11111101101001101111110101000100110010110011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA6FD; }

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

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

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

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

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

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

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

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