#FDA1FA

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

Shades of Lavender Rose #FDA1FA

Tints of Lavender Rose #FDA1FA

Color information

#FDA1FA (or 0xFDA1FA) is unknown color: approx Lavender Rose. HEX triplet: FD, A1 and FA. RGB value is (253,161,250). Sum of RGB (Red+Green+Blue) = 253+161+250=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 161 (63.28% from 255 or 24.25% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA1FA is #025E05. Grayscale: #C6C6C6. Windows color (decimal): -155142 or 16425469. OLE color: 16425469.

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

Color convert

RGB253161250-
CMYK00.360.010.01
HSL301.96º95.83%81.18%-
HSV(B)301.96º36.36%99.22%-
XYZ70.5153.2797.01-
YUV198.65156.98166.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.10%
GREEN value IS 161 (63.28% from 255) = 24.25%
BLUE value IS 250 (98.05% from 255) = 37.65%
R=38.10%
G=24.25%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316125000.360.010.01301.9695.8381.18
HexFDA1FA0241112e6051
Octal37524137204411456140121
Binary11111101101000011111101001001001110010111011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA1FA; }

 p { color: rgb(253,161,250); }

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

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

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

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

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

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

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