#FC93E8

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

Shades of Lavender Rose #FC93E8

Tints of Lavender Rose #FC93E8

Color information

#FC93E8 (or 0xFC93E8) is unknown color: approx Lavender Rose. HEX triplet: FC, 93 and E8. RGB value is (252,147,232). Sum of RGB (Red+Green+Blue) = 252+147+232=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 147 (57.81% from 255 or 23.30% from 631); Blue value is 232 (91.02% from 255 or 36.77% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC93E8 is #036C17. Grayscale: #BBBBBB. Windows color (decimal): -224280 or 15242236. OLE color: 15242236.

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

Color convert

RGB252147232-
CMYK00.420.080.01
HSL311.43º94.59%78.24%-
HSV(B)311.43º41.67%98.82%-
XYZ65.1447.3982.06-
YUV188.08152.79173.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.94%
GREEN value IS 147 (57.81% from 255) = 23.30%
BLUE value IS 232 (91.02% from 255) = 36.77%
R=39.94%
G=23.30%
B=36.77%

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
Decimal25214723200.420.080.01311.4394.5978.24
HexFC93E802A811375f4e
Octal374223350052101467137116
Binary11111100100100111110100001010101000110011011110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC93E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC93E8; }

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

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

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

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

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

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

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

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