#FC9ED5

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

Shades of Lavender Rose #FC9ED5

Tints of Lavender Rose #FC9ED5

Color information

#FC9ED5 (or 0xFC9ED5) is unknown color: approx Lavender Rose. HEX triplet: FC, 9E and D5. RGB value is (252,158,213). Sum of RGB (Red+Green+Blue) = 252+158+213=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 158 (62.11% from 255 or 25.36% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9ED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9ED5 is #03612A. Grayscale: #C0C0C0. Windows color (decimal): -221483 or 13999868. OLE color: 13999868.

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

Color convert

RGB252158213-
CMYK00.370.150.01
HSL324.89º94%80.39%-
HSV(B)324.89º37.3%98.82%-
XYZ64.3849.9569.2-
YUV192.38139.64170.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.45%
GREEN value IS 158 (62.11% from 255) = 25.36%
BLUE value IS 213 (83.59% from 255) = 34.19%
R=40.45%
G=25.36%
B=34.19%

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
Decimal25215821300.370.150.01324.899480.39
HexFC9ED5025F11455e50
Octal374236325045171505136120
Binary11111100100111101101010101001011111110100010110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9ED5; }

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

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

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

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

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

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

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

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