#FDA9ED

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

Shades of Lavender Rose #FDA9ED

Tints of Lavender Rose #FDA9ED

Color information

#FDA9ED (or 0xFDA9ED) is unknown color: approx Lavender Rose. HEX triplet: FD, A9 and ED. RGB value is (253,169,237). Sum of RGB (Red+Green+Blue) = 253+169+237=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 169 (66.41% from 255 or 25.64% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA9ED is #025612. Grayscale: #C9C9C9. Windows color (decimal): -153107 or 15575549. OLE color: 15575549.

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

Color convert

RGB253169237-
CMYK00.330.060.01
HSL311.43º95.45%82.75%-
HSV(B)311.43º33.2%99.22%-
XYZ69.9855.3787.12-
YUV201.87147.83164.47-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.39%
GREEN value IS 169 (66.41% from 255) = 25.64%
BLUE value IS 237 (92.97% from 255) = 35.96%
R=38.39%
G=25.64%
B=35.96%

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
Decimal25316923700.330.060.01311.4395.4582.75
HexFDA9ED021611375f53
Octal37525135504161467137123
Binary1111110110101001111011010100001110110011011110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA9ED; }

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

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

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

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

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

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

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

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