#FD9FDC

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

Shades of Lavender Rose #FD9FDC

Tints of Lavender Rose #FD9FDC

Color information

#FD9FDC (or 0xFD9FDC) is unknown color: approx Lavender Rose. HEX triplet: FD, 9F and DC. RGB value is (253,159,220). Sum of RGB (Red+Green+Blue) = 253+159+220=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 159 (62.5% from 255 or 25.16% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9FDC is #026023. Grayscale: #C1C1C1. Windows color (decimal): -155684 or 14458877. OLE color: 14458877.

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

Color convert

RGB253159220-
CMYK00.370.130.01
HSL321.06º95.92%80.78%-
HSV(B)321.06º37.15%99.22%-
XYZ65.8250.8574.06-
YUV194.06142.64170.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.03%
GREEN value IS 159 (62.5% from 255) = 25.16%
BLUE value IS 220 (86.33% from 255) = 34.81%
R=40.03%
G=25.16%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315922000.370.130.01321.0695.9280.78
HexFD9FDC025D11416051
Octal375237334045151501140121
Binary11111101100111111101110001001011101110100000111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9FDC; }

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

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

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

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

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

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

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

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