#FDA3ED

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

Shades of Lavender Rose #FDA3ED

Tints of Lavender Rose #FDA3ED

Color information

#FDA3ED (or 0xFDA3ED) is unknown color: approx Lavender Rose. HEX triplet: FD, A3 and ED. RGB value is (253,163,237). Sum of RGB (Red+Green+Blue) = 253+163+237=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 163 (64.06% from 255 or 24.96% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA3ED is #025C12. Grayscale: #C6C6C6. Windows color (decimal): -154643 or 15574013. OLE color: 15574013.

HSL color Cylindrical-coordinate representation of color #FDA3ED: hue angle of 310.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 #FDA3ED is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB253163237-
CMYK00.360.060.01
HSL310.67º95.74%81.57%-
HSV(B)310.67º35.57%99.22%-
XYZ68.8953.1986.76-
YUV198.35149.82166.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.74%
GREEN value IS 163 (64.06% from 255) = 24.96%
BLUE value IS 237 (92.97% from 255) = 36.29%
R=38.74%
G=24.96%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316323700.360.060.01310.6795.7481.57
HexFDA3ED024611376052
Octal37524335504461467140122
Binary1111110110100011111011010100100110110011011111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA3ED; }

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

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

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

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

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

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

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

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