#FDAAEA

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

Shades of Lavender Rose #FDAAEA

Tints of Lavender Rose #FDAAEA

Color information

#FDAAEA (or 0xFDAAEA) is unknown color: approx Lavender Rose. HEX triplet: FD, AA and EA. RGB value is (253,170,234). Sum of RGB (Red+Green+Blue) = 253+170+234=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 170 (66.80% from 255 or 25.88% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAAEA is #025515. Grayscale: #C9C9C9. Windows color (decimal): -152854 or 15379197. OLE color: 15379197.

HSL color Cylindrical-coordinate representation of color #FDAAEA: hue angle of 313.73º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDAAEA is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB253170234-
CMYK00.330.080.01
HSL313.73º95.4%82.94%-
HSV(B)313.73º32.81%99.22%-
XYZ69.7355.5784.89-
YUV202.11146164.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.51%
GREEN value IS 170 (66.80% from 255) = 25.88%
BLUE value IS 234 (91.80% from 255) = 35.62%
R=38.51%
G=25.88%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317023400.330.080.01313.7395.482.94
HexFDAAEA0218113a5f53
Octal375252352041101472137123
Binary11111101101010101110101001000011000110011101010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAAEA; }

 p { color: rgb(253,170,234); }

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

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

 a { background-color: rgb(253,170,234); }

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

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

 span { border-color: rgb(253,170,234); }

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