#FC98F6

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

Shades of Lavender Rose #FC98F6

Tints of Lavender Rose #FC98F6

Color information

#FC98F6 (or 0xFC98F6) is unknown color: approx Lavender Rose. HEX triplet: FC, 98 and F6. RGB value is (252,152,246). Sum of RGB (Red+Green+Blue) = 252+152+246=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 152 (59.77% from 255 or 23.38% from 650); Blue value is 246 (96.48% from 255 or 37.85% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC98F6 is #036709. Grayscale: #C0C0C0. Windows color (decimal): -222986 or 16161020. OLE color: 16161020.

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

Color convert

RGB252152246-
CMYK00.400.020.01
HSL303.6º94.34%79.22%-
HSV(B)303.6º39.68%98.82%-
XYZ68.0149.8193.22-
YUV192.62158.13170.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.77%
GREEN value IS 152 (59.77% from 255) = 23.38%
BLUE value IS 246 (96.48% from 255) = 37.85%
R=38.77%
G=23.38%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215224600.400.020.01303.694.3479.22
HexFC98F6028211305e4f
Octal37423036605021460136117
Binary111111001001100011110110010100010110011000010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC98F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC98F6; }

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

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

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

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

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

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

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

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