#FC94D8

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

Shades of Lavender Rose #FC94D8

Tints of Lavender Rose #FC94D8

Color information

#FC94D8 (or 0xFC94D8) is unknown color: approx Lavender Rose. HEX triplet: FC, 94 and D8. RGB value is (252,148,216). Sum of RGB (Red+Green+Blue) = 252+148+216=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 148 (58.20% from 255 or 24.03% from 616); Blue value is 216 (84.77% from 255 or 35.06% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC94D8 is #036B27. Grayscale: #BABABA. Windows color (decimal): -224040 or 14193916. OLE color: 14193916.

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

Color convert

RGB252148216-
CMYK00.410.140.01
HSL320.77º94.55%78.43%-
HSV(B)320.77º41.27%98.82%-
XYZ63.1346.8370.68-
YUV186.85144.46174.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 148 (58.20% from 255) = 24.03%
BLUE value IS 216 (84.77% from 255) = 35.06%
R=40.91%
G=24.03%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214821600.410.140.01320.7794.5578.43
HexFC94D8029E11415f4e
Octal374224330051161501137116
Binary11111100100101001101100001010011110110100000110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC94D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC94D8; }

 p { color: rgb(252,148,216); }

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

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

 a { background-color: rgb(252,148,216); }

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

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

 span { border-color: rgb(252,148,216); }

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