#FD9FDE

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

Shades of Lavender Rose #FD9FDE

Tints of Lavender Rose #FD9FDE

Color information

#FD9FDE (or 0xFD9FDE) is unknown color: approx Lavender Rose. HEX triplet: FD, 9F and DE. RGB value is (253,159,222). Sum of RGB (Red+Green+Blue) = 253+159+222=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 159 (62.5% from 255 or 25.08% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9FDE is #026021. Grayscale: #C2C2C2. Windows color (decimal): -155682 or 14589949. OLE color: 14589949.

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

Color convert

RGB253159222-
CMYK00.370.120.01
HSL319.79º95.92%80.78%-
HSV(B)319.79º37.15%99.22%-
XYZ66.0950.9575.46-
YUV194.29143.64169.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.91%
GREEN value IS 159 (62.5% from 255) = 25.08%
BLUE value IS 222 (87.11% from 255) = 35.02%
R=39.91%
G=25.08%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315922200.370.120.01319.7995.9280.78
HexFD9FDE025C11406051
Octal375237336045141500140121
Binary11111101100111111101111001001011100110100000011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9FDE; }

 p { color: rgb(253,159,222); }

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

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

 a { background-color: rgb(253,159,222); }

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

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

 span { border-color: rgb(253,159,222); }

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