#FC99F6

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

Shades of Lavender Rose #FC99F6

Tints of Lavender Rose #FC99F6

Color information

#FC99F6 (or 0xFC99F6) is unknown color: approx Lavender Rose. HEX triplet: FC, 99 and F6. RGB value is (252,153,246). Sum of RGB (Red+Green+Blue) = 252+153+246=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 153 (60.16% from 255 or 23.50% from 651); Blue value is 246 (96.48% from 255 or 37.79% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FC99F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC99F6 is #036609. Grayscale: #C0C0C0. Windows color (decimal): -222730 or 16161276. OLE color: 16161276.

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

Color convert

RGB252153246-
CMYK00.390.020.01
HSL303.64º94.29%79.41%-
HSV(B)303.64º39.29%98.82%-
XYZ68.1750.1393.27-
YUV193.2157.8169.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.71%
GREEN value IS 153 (60.16% from 255) = 23.50%
BLUE value IS 246 (96.48% from 255) = 37.79%
R=38.71%
G=23.50%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215324600.390.020.01303.6494.2979.41
HexFC99F6027211305e4f
Octal37423136604721460136117
Binary111111001001100111110110010011110110011000010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC99F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC99F6; }

 p { color: rgb(252,153,246); }

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

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

 a { background-color: rgb(252,153,246); }

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

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

 span { border-color: rgb(252,153,246); }

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