#FC9DFB

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

Shades of Lavender Rose #FC9DFB

Tints of Lavender Rose #FC9DFB

Color information

#FC9DFB (or 0xFC9DFB) is unknown color: approx Lavender Rose. HEX triplet: FC, 9D and FB. RGB value is (252,157,251). Sum of RGB (Red+Green+Blue) = 252+157+251=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 157 (61.72% from 255 or 23.79% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9DFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9DFB is #036204. Grayscale: #C3C3C3. Windows color (decimal): -221701 or 16489980. OLE color: 16489980.

HSL color Cylindrical-coordinate representation of color #FC9DFB: hue angle of 300.63º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9DFB is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB252157251-
CMYK00.380.000.01
HSL300.63º94.06%80.2%-
HSV(B)300.63º37.7%98.82%-
XYZ69.6151.7797.59-
YUV196.12158.97167.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.18%
GREEN value IS 157 (61.72% from 255) = 23.79%
BLUE value IS 251 (98.44% from 255) = 38.03%
R=38.18%
G=23.79%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215725100.380.000.01300.6394.0680.2
HexFC9DFB0260112d5e50
Octal37423537304601455136120
Binary11111100100111011111101101001100110010110110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9DFB; }

 p { color: rgb(252,157,251); }

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

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

 a { background-color: rgb(252,157,251); }

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

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

 span { border-color: rgb(252,157,251); }

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