#FDA9EB

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

Shades of Lavender Rose #FDA9EB

Tints of Lavender Rose #FDA9EB

Color information

#FDA9EB (or 0xFDA9EB) is unknown color: approx Lavender Rose. HEX triplet: FD, A9 and EB. RGB value is (253,169,235). Sum of RGB (Red+Green+Blue) = 253+169+235=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 169 (66.41% from 255 or 25.72% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA9EB is #025614. Grayscale: #C9C9C9. Windows color (decimal): -153109 or 15444477. OLE color: 15444477.

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

Color convert

RGB253169235-
CMYK00.330.070.01
HSL312.86º95.45%82.75%-
HSV(B)312.86º33.2%99.22%-
XYZ69.6955.2685.59-
YUV201.64146.83164.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.51%
GREEN value IS 169 (66.41% from 255) = 25.72%
BLUE value IS 235 (92.19% from 255) = 35.77%
R=38.51%
G=25.72%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316923500.330.070.01312.8695.4582.75
HexFDA9EB021711395f53
Octal37525135304171471137123
Binary1111110110101001111010110100001111110011100110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA9EB; }

 p { color: rgb(253,169,235); }

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

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

 a { background-color: rgb(253,169,235); }

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

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

 span { border-color: rgb(253,169,235); }

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