#FC93E7

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

Shades of Lavender Rose #FC93E7

Tints of Lavender Rose #FC93E7

Color information

#FC93E7 (or 0xFC93E7) is unknown color: approx Lavender Rose. HEX triplet: FC, 93 and E7. RGB value is (252,147,231). Sum of RGB (Red+Green+Blue) = 252+147+231=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 147 (57.81% from 255 or 23.33% from 630); Blue value is 231 (90.62% from 255 or 36.67% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC93E7 is #036C18. Grayscale: #BBBBBB. Windows color (decimal): -224281 or 15176700. OLE color: 15176700.

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

Color convert

RGB252147231-
CMYK00.420.080.01
HSL312º94.59%78.24%-
HSV(B)312º41.67%98.82%-
XYZ6547.3381.31-
YUV187.97152.29173.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40%
GREEN value IS 147 (57.81% from 255) = 23.33%
BLUE value IS 231 (90.62% from 255) = 36.67%
R=40%
G=23.33%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214723100.420.080.0131294.5978.24
HexFC93E702A811385f4e
Octal374223347052101470137116
Binary11111100100100111110011101010101000110011100010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC93E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC93E7; }

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

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

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

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

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

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

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

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