#FDA3FE

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

Shades of Lavender Rose #FDA3FE

Tints of Lavender Rose #FDA3FE

Color information

#FDA3FE (or 0xFDA3FE) is unknown color: approx Lavender Rose. HEX triplet: FD, A3 and FE. RGB value is (253,163,254). Sum of RGB (Red+Green+Blue) = 253+163+254=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 163 (64.06% from 255 or 24.33% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDA3FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA3FE is #025C01. Grayscale: #C8C8C8. Windows color (decimal): -154626 or 16688125. OLE color: 16688125.

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

Color convert

RGB253163254-
CMYK0.000.3600.00
HSL299.34º97.85%81.76%-
HSV(B)299.34º35.83%99.61%-
XYZ71.4954.23100.47-
YUV200.28158.32165.6-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.76%
GREEN value IS 163 (64.06% from 255) = 24.33%
BLUE value IS 254 (99.61% from 255) = 37.91%
R=37.76%
G=24.33%
B=37.91%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2531632540.000.3600.00299.3497.8581.76
HexFDA3FE0240012b6252
Octal37524337604400453142122
Binary11111101101000111111111001001000010010101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA3FE; }

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

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

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

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

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

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

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

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