#FC93E6

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

Shades of Lavender Rose #FC93E6

Tints of Lavender Rose #FC93E6

Color information

#FC93E6 (or 0xFC93E6) is unknown color: approx Lavender Rose. HEX triplet: FC, 93 and E6. RGB value is (252,147,230). Sum of RGB (Red+Green+Blue) = 252+147+230=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 147 (57.81% from 255 or 23.37% from 629); Blue value is 230 (90.23% from 255 or 36.57% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC93E6 is #036C19. Grayscale: #BBBBBB. Windows color (decimal): -224282 or 15111164. OLE color: 15111164.

HSL color Cylindrical-coordinate representation of color #FC93E6: hue angle of 312.57º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FC93E6 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB252147230-
CMYK00.420.090.01
HSL312.57º94.59%78.24%-
HSV(B)312.57º41.67%98.82%-
XYZ64.8647.2880.57-
YUV187.86151.79173.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.06%
GREEN value IS 147 (57.81% from 255) = 23.37%
BLUE value IS 230 (90.23% from 255) = 36.57%
R=40.06%
G=23.37%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214723000.420.090.01312.5794.5978.24
HexFC93E602A911395f4e
Octal374223346052111471137116
Binary11111100100100111110011001010101001110011100110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC93E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC93E6; }

 p { color: rgb(252,147,230); }

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

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

 a { background-color: rgb(252,147,230); }

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

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

 span { border-color: rgb(252,147,230); }

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