#FC9FF8

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

Shades of Lavender Rose #FC9FF8

Tints of Lavender Rose #FC9FF8

Color information

#FC9FF8 (or 0xFC9FF8) is unknown color: approx Lavender Rose. HEX triplet: FC, 9F and F8. RGB value is (252,159,248). Sum of RGB (Red+Green+Blue) = 252+159+248=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 159 (62.5% from 255 or 24.13% from 659); Blue value is 248 (97.27% from 255 or 37.63% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9FF8 is #036007. Grayscale: #C4C4C4. Windows color (decimal): -221192 or 16293884. OLE color: 16293884.

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

Color convert

RGB252159248-
CMYK00.370.020.01
HSL302.58º93.94%80.59%-
HSV(B)302.58º36.9%98.82%-
XYZ69.4952.2795.23-
YUV196.95156.81167.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.24%
GREEN value IS 159 (62.5% from 255) = 24.13%
BLUE value IS 248 (97.27% from 255) = 37.63%
R=38.24%
G=24.13%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215924800.370.020.01302.5893.9480.59
HexFC9FF80252112f5e51
Octal37423737004521457136121
Binary111111001001111111111000010010110110010111110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9FF8; }

 p { color: rgb(252,159,248); }

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

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

 a { background-color: rgb(252,159,248); }

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

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

 span { border-color: rgb(252,159,248); }

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