#FC9EE1

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

Shades of Lavender Rose #FC9EE1

Tints of Lavender Rose #FC9EE1

Color information

#FC9EE1 (or 0xFC9EE1) is unknown color: approx Lavender Rose. HEX triplet: FC, 9E and E1. RGB value is (252,158,225). Sum of RGB (Red+Green+Blue) = 252+158+225=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 158 (62.11% from 255 or 24.88% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9EE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9EE1 is #03611E. Grayscale: #C1C1C1. Windows color (decimal): -221471 or 14786300. OLE color: 14786300.

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

Color convert

RGB252158225-
CMYK00.370.110.01
HSL317.23º94%80.39%-
HSV(B)317.23º37.3%98.82%-
XYZ65.9650.5977.52-
YUV193.74145.64169.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.69%
GREEN value IS 158 (62.11% from 255) = 24.88%
BLUE value IS 225 (88.28% from 255) = 35.43%
R=39.69%
G=24.88%
B=35.43%

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
Decimal25215822500.370.110.01317.239480.39
HexFC9EE1025B113d5e50
Octal374236341045131475136120
Binary11111100100111101110000101001011011110011110110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9EE1; }

 p { color: rgb(252,158,225); }

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

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

 a { background-color: rgb(252,158,225); }

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

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

 span { border-color: rgb(252,158,225); }

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