#FC9FD7

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

Shades of Lavender Rose #FC9FD7

Tints of Lavender Rose #FC9FD7

Color information

#FC9FD7 (or 0xFC9FD7) is unknown color: approx Lavender Rose. HEX triplet: FC, 9F and D7. RGB value is (252,159,215). Sum of RGB (Red+Green+Blue) = 252+159+215=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 159 (62.5% from 255 or 25.40% from 626); Blue value is 215 (84.38% from 255 or 34.35% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9FD7 is #036028. Grayscale: #C1C1C1. Windows color (decimal): -221225 or 14131196. OLE color: 14131196.

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

Color convert

RGB252159215-
CMYK00.370.150.01
HSL323.87º93.94%80.59%-
HSV(B)323.87º36.9%98.82%-
XYZ64.8150.470.6-
YUV193.19140.31169.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.26%
GREEN value IS 159 (62.5% from 255) = 25.40%
BLUE value IS 215 (84.38% from 255) = 34.35%
R=40.26%
G=25.40%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215921500.370.150.01323.8793.9480.59
HexFC9FD7025F11445e51
Octal374237327045171504136121
Binary11111100100111111101011101001011111110100010010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9FD7; }

 p { color: rgb(252,159,215); }

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

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

 a { background-color: rgb(252,159,215); }

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

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

 span { border-color: rgb(252,159,215); }

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