#FC98E7

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

Shades of Lavender Rose #FC98E7

Tints of Lavender Rose #FC98E7

Color information

#FC98E7 (or 0xFC98E7) is unknown color: approx Lavender Rose. HEX triplet: FC, 98 and E7. RGB value is (252,152,231). Sum of RGB (Red+Green+Blue) = 252+152+231=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 152 (59.77% from 255 or 23.94% from 635); Blue value is 231 (90.62% from 255 or 36.38% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC98E7 is #036718. Grayscale: #BEBEBE. Windows color (decimal): -223001 or 15177980. OLE color: 15177980.

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

Color convert

RGB252152231-
CMYK00.400.080.01
HSL312.6º94.34%79.22%-
HSV(B)312.6º39.68%98.82%-
XYZ65.848.9281.58-
YUV190.91150.63171.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.69%
GREEN value IS 152 (59.77% from 255) = 23.94%
BLUE value IS 231 (90.62% from 255) = 36.38%
R=39.69%
G=23.94%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215223100.400.080.01312.694.3479.22
HexFC98E7028811395e4f
Octal374230347050101471136117
Binary11111100100110001110011101010001000110011100110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC98E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC98E7; }

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

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

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

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

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

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

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

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