#FDA1FE

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

Shades of Lavender Rose #FDA1FE

Tints of Lavender Rose #FDA1FE

Color information

#FDA1FE (or 0xFDA1FE) is unknown color: approx Lavender Rose. HEX triplet: FD, A1 and FE. RGB value is (253,161,254). Sum of RGB (Red+Green+Blue) = 253+161+254=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 161 (63.28% from 255 or 24.10% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDA1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA1FE is #025E01. Grayscale: #C6C6C6. Windows color (decimal): -155138 or 16687613. OLE color: 16687613.

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

Color convert

RGB253161254-
CMYK0.000.3700.00
HSL299.35º97.89%81.37%-
HSV(B)299.35º36.61%99.61%-
XYZ71.1453.53100.35-
YUV199.11158.98166.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.87%
GREEN value IS 161 (63.28% from 255) = 24.10%
BLUE value IS 254 (99.61% from 255) = 38.02%
R=37.87%
G=24.10%
B=38.02%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2531612540.000.3700.00299.3597.8981.37
HexFDA1FE0250012b6251
Octal37524137604500453142121
Binary11111101101000011111111001001010010010101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA1FE; }

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

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

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

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

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

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

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

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