#FD9FE7

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

Shades of Lavender Rose #FD9FE7

Tints of Lavender Rose #FD9FE7

Color information

#FD9FE7 (or 0xFD9FE7) is unknown color: approx Lavender Rose. HEX triplet: FD, 9F and E7. RGB value is (253,159,231). Sum of RGB (Red+Green+Blue) = 253+159+231=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 159 (62.5% from 255 or 24.73% from 643); Blue value is 231 (90.62% from 255 or 35.93% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9FE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD9FE7 is #026018. Grayscale: #C3C3C3. Windows color (decimal): -155673 or 15179773. OLE color: 15179773.

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

Color convert

RGB253159231-
CMYK00.370.090.01
HSL314.04º95.92%80.78%-
HSV(B)314.04º37.15%99.22%-
XYZ67.3351.4581.98-
YUV195.31148.14169.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.35%
GREEN value IS 159 (62.5% from 255) = 24.73%
BLUE value IS 231 (90.62% from 255) = 35.93%
R=39.35%
G=24.73%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315923100.370.090.01314.0495.9280.78
HexFD9FE70259113a6051
Octal375237347045111472140121
Binary11111101100111111110011101001011001110011101011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9FE7; }

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

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

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

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

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

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

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

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