#FC9FF9

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

Shades of Lavender Rose #FC9FF9

Tints of Lavender Rose #FC9FF9

Color information

#FC9FF9 (or 0xFC9FF9) is unknown color: approx Lavender Rose. HEX triplet: FC, 9F and F9. RGB value is (252,159,249). Sum of RGB (Red+Green+Blue) = 252+159+249=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 159 (62.5% from 255 or 24.09% from 660); Blue value is 249 (97.66% from 255 or 37.73% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9FF9 is #036006. Grayscale: #C4C4C4. Windows color (decimal): -221191 or 16359420. OLE color: 16359420.

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

Color convert

RGB252159249-
CMYK00.370.010.01
HSL301.94º93.94%80.59%-
HSV(B)301.94º36.9%98.82%-
XYZ69.6452.3396.05-
YUV197.07157.31167.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.18%
GREEN value IS 159 (62.5% from 255) = 24.09%
BLUE value IS 249 (97.66% from 255) = 37.73%
R=38.18%
G=24.09%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215924900.370.010.01301.9493.9480.59
HexFC9FF90251112e5e51
Octal37423737104511456136121
Binary11111100100111111111100101001011110010111010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9FF9; }

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

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

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

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

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

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

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

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