#FDA3EE

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

Shades of Lavender Rose #FDA3EE

Tints of Lavender Rose #FDA3EE

Color information

#FDA3EE (or 0xFDA3EE) is unknown color: approx Lavender Rose. HEX triplet: FD, A3 and EE. RGB value is (253,163,238). Sum of RGB (Red+Green+Blue) = 253+163+238=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 163 (64.06% from 255 or 24.92% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA3EE is #025C11. Grayscale: #C6C6C6. Windows color (decimal): -154642 or 15639549. OLE color: 15639549.

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

Color convert

RGB253163238-
CMYK00.360.060.01
HSL310º95.74%81.57%-
HSV(B)310º35.57%99.22%-
XYZ69.0453.2587.53-
YUV198.46150.32166.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.69%
GREEN value IS 163 (64.06% from 255) = 24.92%
BLUE value IS 238 (93.36% from 255) = 36.39%
R=38.69%
G=24.92%
B=36.39%

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
Decimal25316323800.360.060.0131095.7481.57
HexFDA3EE024611366052
Octal37524335604461466140122
Binary1111110110100011111011100100100110110011011011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA3EE; }

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

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

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

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

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

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

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

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