#FC97F0

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

Shades of Lavender Rose #FC97F0

Tints of Lavender Rose #FC97F0

Color information

#FC97F0 (or 0xFC97F0) is unknown color: approx Lavender Rose. HEX triplet: FC, 97 and F0. RGB value is (252,151,240). Sum of RGB (Red+Green+Blue) = 252+151+240=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 151 (59.38% from 255 or 23.48% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FC97F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC97F0 is #03680F. Grayscale: #BFBFBF. Windows color (decimal): -223248 or 15767548. OLE color: 15767548.

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

Color convert

RGB252151240-
CMYK00.400.050.01
HSL307.13º94.39%79.02%-
HSV(B)307.13º40.08%98.82%-
XYZ66.9449.1288.39-
YUV191.35155.46171.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.19%
GREEN value IS 151 (59.38% from 255) = 23.48%
BLUE value IS 240 (94.14% from 255) = 37.33%
R=39.19%
G=23.48%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215124000.400.050.01307.1394.3979.02
HexFC97F0028511335e4f
Octal37422736005051463136117
Binary1111110010010111111100000101000101110011001110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC97F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC97F0; }

 p { color: rgb(252,151,240); }

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

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

 a { background-color: rgb(252,151,240); }

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

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

 span { border-color: rgb(252,151,240); }

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