#FDA2FF

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

Shades of Lavender Rose #FDA2FF

Tints of Lavender Rose #FDA2FF

Color information

#FDA2FF (or 0xFDA2FF) is unknown color: approx Lavender Rose. HEX triplet: FD, A2 and FF. RGB value is (253,162,255). Sum of RGB (Red+Green+Blue) = 253+162+255=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 162 (63.67% from 255 or 24.18% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDA2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA2FF is #025D00. Grayscale: #C7C7C7. Windows color (decimal): -154881 or 16753405. OLE color: 16753405.

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

Color convert

RGB253162255-
CMYK0.010.3600
HSL298.71º100%81.76%-
HSV(B)298.71º36.47%100%-
XYZ71.4853.94101.25-
YUV199.81159.15165.94-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.76%
GREEN value IS 162 (63.67% from 255) = 24.18%
BLUE value IS 255 (100% from 255) = 38.06%
R=37.76%
G=24.18%
B=38.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2531622550.010.3600298.7110081.76
HexFDA2FF1240012b6452
Octal37524237714400453144122
Binary11111101101000101111111111001000010010101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA2FF; }

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

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

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

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

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

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

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

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