#FC98DC

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

Shades of Lavender Rose #FC98DC

Tints of Lavender Rose #FC98DC

Color information

#FC98DC (or 0xFC98DC) is unknown color: approx Lavender Rose. HEX triplet: FC, 98 and DC. RGB value is (252,152,220). Sum of RGB (Red+Green+Blue) = 252+152+220=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 152 (59.77% from 255 or 24.36% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC98DC is #036723. Grayscale: #BDBDBD. Windows color (decimal): -223012 or 14457084. OLE color: 14457084.

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

Color convert

RGB252152220-
CMYK00.400.130.01
HSL319.2º94.34%79.22%-
HSV(B)319.2º39.68%98.82%-
XYZ64.2948.3273.65-
YUV189.65145.13172.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.38%
GREEN value IS 152 (59.77% from 255) = 24.36%
BLUE value IS 220 (86.33% from 255) = 35.26%
R=40.38%
G=24.36%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215222000.400.130.01319.294.3479.22
HexFC98DC028D113f5e4f
Octal374230334050151477136117
Binary11111100100110001101110001010001101110011111110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC98DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC98DC; }

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

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

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

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

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

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

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

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