#FD97DC

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

Shades of Lavender Rose #FD97DC

Tints of Lavender Rose #FD97DC

Color information

#FD97DC (or 0xFD97DC) is unknown color: approx Lavender Rose. HEX triplet: FD, 97 and DC. RGB value is (253,151,220). Sum of RGB (Red+Green+Blue) = 253+151+220=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 151 (59.38% from 255 or 24.20% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FD97DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD97DC is #026823. Grayscale: #BDBDBD. Windows color (decimal): -157732 or 14456829. OLE color: 14456829.

HSL color Cylindrical-coordinate representation of color #FD97DC: hue angle of 319.41º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FD97DC is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB253151220-
CMYK00.400.130.01
HSL319.41º96.23%79.22%-
HSV(B)319.41º40.32%99.22%-
XYZ64.4948.1873.61-
YUV189.36145.29173.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.54%
GREEN value IS 151 (59.38% from 255) = 24.20%
BLUE value IS 220 (86.33% from 255) = 35.26%
R=40.54%
G=24.20%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315122000.400.130.01319.4196.2379.22
HexFD97DC028D113f604f
Octal375227334050151477140117
Binary11111101100101111101110001010001101110011111111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD97DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD97DC; }

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

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

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

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

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

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

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

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