#FD8FD5

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

Shades of Lavender Rose #FD8FD5

Tints of Lavender Rose #FD8FD5

Color information

#FD8FD5 (or 0xFD8FD5) is unknown color: approx Lavender Rose. HEX triplet: FD, 8F and D5. RGB value is (253,143,213). Sum of RGB (Red+Green+Blue) = 253+143+213=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 143 (56.25% from 255 or 23.48% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8FD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8FD5 is #02702A. Grayscale: #B7B7B7. Windows color (decimal): -159787 or 13996029. OLE color: 13996029.

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

Color convert

RGB253143213-
CMYK00.430.160.01
HSL321.82º96.49%77.65%-
HSV(B)321.82º43.48%99.22%-
XYZ62.3445.3368.41-
YUV183.87144.44177.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.54%
GREEN value IS 143 (56.25% from 255) = 23.48%
BLUE value IS 213 (83.59% from 255) = 34.98%
R=41.54%
G=23.48%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314321300.430.160.01321.8296.4977.65
HexFD8FD502B101142604e
Octal375217325053201502140116
Binary111111011000111111010101010101110000110100001011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8FD5; }

 p { color: rgb(253,143,213); }

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

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

 a { background-color: rgb(253,143,213); }

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

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

 span { border-color: rgb(253,143,213); }

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