#FC93E1

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

Shades of Lavender Rose #FC93E1

Tints of Lavender Rose #FC93E1

Color information

#FC93E1 (or 0xFC93E1) is unknown color: approx Lavender Rose. HEX triplet: FC, 93 and E1. RGB value is (252,147,225). Sum of RGB (Red+Green+Blue) = 252+147+225=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 147 (57.81% from 255 or 23.56% from 624); Blue value is 225 (88.28% from 255 or 36.06% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC93E1 is #036C1E. Grayscale: #BBBBBB. Windows color (decimal): -224287 or 14783484. OLE color: 14783484.

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

Color convert

RGB252147225-
CMYK00.420.110.01
HSL315.43º94.59%78.24%-
HSV(B)315.43º41.67%98.82%-
XYZ64.174776.92-
YUV187.29149.29174.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.38%
GREEN value IS 147 (57.81% from 255) = 23.56%
BLUE value IS 225 (88.28% from 255) = 36.06%
R=40.38%
G=23.56%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214722500.420.110.01315.4394.5978.24
HexFC93E102AB113b5f4e
Octal374223341052131473137116
Binary11111100100100111110000101010101011110011101110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC93E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC93E1; }

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

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

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

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

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

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

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

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