#FDA5FF

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

Shades of Lavender Rose #FDA5FF

Tints of Lavender Rose #FDA5FF

Color information

#FDA5FF (or 0xFDA5FF) is unknown color: approx Lavender Rose. HEX triplet: FD, A5 and FF. RGB value is (253,165,255). Sum of RGB (Red+Green+Blue) = 253+165+255=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 165 (64.84% from 255 or 24.52% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDA5FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA5FF is #025A00. Grayscale: #C9C9C9. Windows color (decimal): -154113 or 16754173. OLE color: 16754173.

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

Color convert

RGB253165255-
CMYK0.010.3500
HSL298.67º100%82.35%-
HSV(B)298.67º35.29%100%-
XYZ72.0155.01101.43-
YUV201.57158.15164.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.59%
GREEN value IS 165 (64.84% from 255) = 24.52%
BLUE value IS 255 (100% from 255) = 37.89%
R=37.59%
G=24.52%
B=37.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2531652550.010.3500298.6710082.35
HexFDA5FF1230012b6452
Octal37524537714300453144122
Binary11111101101001011111111111000110010010101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA5FF; }

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

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

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

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

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

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

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

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