#FDA3FC

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

Shades of Lavender Rose #FDA3FC

Tints of Lavender Rose #FDA3FC

Color information

#FDA3FC (or 0xFDA3FC) is unknown color: approx Lavender Rose. HEX triplet: FD, A3 and FC. RGB value is (253,163,252). Sum of RGB (Red+Green+Blue) = 253+163+252=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 163 (64.06% from 255 or 24.40% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA3FC is #025C03. Grayscale: #C7C7C7. Windows color (decimal): -154628 or 16557053. OLE color: 16557053.

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

Color convert

RGB253163252-
CMYK00.360.000.01
HSL300.67º95.74%81.57%-
HSV(B)300.67º35.57%99.22%-
XYZ71.1854.1198.79-
YUV200.06157.32165.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.87%
GREEN value IS 163 (64.06% from 255) = 24.40%
BLUE value IS 252 (98.83% from 255) = 37.72%
R=37.87%
G=24.40%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316325200.360.000.01300.6795.7481.57
HexFDA3FC0240112d6052
Octal37524337404401455140122
Binary11111101101000111111110001001000110010110111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA3FC; }

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

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

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

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

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

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

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

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