#FD9FE1

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

Shades of Lavender Rose #FD9FE1

Tints of Lavender Rose #FD9FE1

Color information

#FD9FE1 (or 0xFD9FE1) is unknown color: approx Lavender Rose. HEX triplet: FD, 9F and E1. RGB value is (253,159,225). Sum of RGB (Red+Green+Blue) = 253+159+225=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 159 (62.5% from 255 or 24.96% from 637); Blue value is 225 (88.28% from 255 or 35.32% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9FE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9FE1 is #02601E. Grayscale: #C2C2C2. Windows color (decimal): -155679 or 14786557. OLE color: 14786557.

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

Color convert

RGB253159225-
CMYK00.370.110.01
HSL317.87º95.92%80.78%-
HSV(B)317.87º37.15%99.22%-
XYZ66.551.1277.6-
YUV194.63145.14169.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.72%
GREEN value IS 159 (62.5% from 255) = 24.96%
BLUE value IS 225 (88.28% from 255) = 35.32%
R=39.72%
G=24.96%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315922500.370.110.01317.8795.9280.78
HexFD9FE1025B113e6051
Octal375237341045131476140121
Binary11111101100111111110000101001011011110011111011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9FE1; }

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

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

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

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

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

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

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

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