#FC9DE7

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

Shades of Lavender Rose #FC9DE7

Tints of Lavender Rose #FC9DE7

Color information

#FC9DE7 (or 0xFC9DE7) is unknown color: approx Lavender Rose. HEX triplet: FC, 9D and E7. RGB value is (252,157,231). Sum of RGB (Red+Green+Blue) = 252+157+231=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 157 (61.72% from 255 or 24.53% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9DE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9DE7 is #036218. Grayscale: #C1C1C1. Windows color (decimal): -221721 or 15179260. OLE color: 15179260.

HSL color Cylindrical-coordinate representation of color #FC9DE7: hue angle of 313.26º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9DE7 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB252157231-
CMYK00.380.080.01
HSL313.26º94.06%80.2%-
HSV(B)313.26º37.7%98.82%-
XYZ66.6350.5881.85-
YUV193.84148.97169.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.38%
GREEN value IS 157 (61.72% from 255) = 24.53%
BLUE value IS 231 (90.62% from 255) = 36.09%
R=39.38%
G=24.53%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215723100.380.080.01313.2694.0680.2
HexFC9DE7026811395e50
Octal374235347046101471136120
Binary11111100100111011110011101001101000110011100110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9DE7; }

 p { color: rgb(252,157,231); }

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

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

 a { background-color: rgb(252,157,231); }

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

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

 span { border-color: rgb(252,157,231); }

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