#FC9CEC

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

Shades of Lavender Rose #FC9CEC

Tints of Lavender Rose #FC9CEC

Color information

#FC9CEC (or 0xFC9CEC) is unknown color: approx Lavender Rose. HEX triplet: FC, 9C and EC. RGB value is (252,156,236). Sum of RGB (Red+Green+Blue) = 252+156+236=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 156 (61.33% from 255 or 24.22% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9CEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9CEC is #036313. Grayscale: #C1C1C1. Windows color (decimal): -221972 or 15506684. OLE color: 15506684.

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

Color convert

RGB252156236-
CMYK00.380.060.01
HSL310º94.12%80%-
HSV(B)310º38.1%98.82%-
XYZ67.1750.5385.57-
YUV193.82151.8169.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.13%
GREEN value IS 156 (61.33% from 255) = 24.22%
BLUE value IS 236 (92.58% from 255) = 36.65%
R=39.13%
G=24.22%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215623600.380.060.0131094.1280
HexFC9CEC026611365e50
Octal37423435404661466136120
Binary1111110010011100111011000100110110110011011010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9CEC; }

 p { color: rgb(252,156,236); }

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

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

 a { background-color: rgb(252,156,236); }

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

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

 span { border-color: rgb(252,156,236); }

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