#FD9EDA

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

Shades of Lavender Rose #FD9EDA

Tints of Lavender Rose #FD9EDA

Color information

#FD9EDA (or 0xFD9EDA) is unknown color: approx Lavender Rose. HEX triplet: FD, 9E and DA. RGB value is (253,158,218). Sum of RGB (Red+Green+Blue) = 253+158+218=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 158 (62.11% from 255 or 25.12% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9EDA is #026125. Grayscale: #C1C1C1. Windows color (decimal): -155942 or 14327549. OLE color: 14327549.

HSL color Cylindrical-coordinate representation of color #FD9EDA: hue angle of 322.11º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FD9EDA is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB253158218-
CMYK00.380.140.01
HSL322.11º95.96%80.59%-
HSV(B)322.11º37.55%99.22%-
XYZ65.3950.472.61-
YUV193.24141.97170.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.22%
GREEN value IS 158 (62.11% from 255) = 25.12%
BLUE value IS 218 (85.55% from 255) = 34.66%
R=40.22%
G=25.12%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315821800.380.140.01322.1195.9680.59
HexFD9EDA026E11426051
Octal375236332046161502140121
Binary11111101100111101101101001001101110110100001011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9EDA; }

 p { color: rgb(253,158,218); }

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

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

 a { background-color: rgb(253,158,218); }

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

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

 span { border-color: rgb(253,158,218); }

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