#FDA9EE

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

Shades of Lavender Rose #FDA9EE

Tints of Lavender Rose #FDA9EE

Color information

#FDA9EE (or 0xFDA9EE) is unknown color: approx Lavender Rose. HEX triplet: FD, A9 and EE. RGB value is (253,169,238). Sum of RGB (Red+Green+Blue) = 253+169+238=660 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.33% from 660); Green value is 169 (66.41% from 255 or 25.61% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA9EE is #025611. Grayscale: #C9C9C9. Windows color (decimal): -153106 or 15641085. OLE color: 15641085.

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

Color convert

RGB253169238-
CMYK00.330.060.01
HSL310.71º95.45%82.75%-
HSV(B)310.71º33.2%99.22%-
XYZ70.1355.4387.89-
YUV201.98148.33164.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.33%
GREEN value IS 169 (66.41% from 255) = 25.61%
BLUE value IS 238 (93.36% from 255) = 36.06%
R=38.33%
G=25.61%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316923800.330.060.01310.7195.4582.75
HexFDA9EE021611375f53
Octal37525135604161467137123
Binary1111110110101001111011100100001110110011011110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA9EE; }

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

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

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

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

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

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

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

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