#FC97F1

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

Shades of Lavender Rose #FC97F1

Tints of Lavender Rose #FC97F1

Color information

#FC97F1 (or 0xFC97F1) is unknown color: approx Lavender Rose. HEX triplet: FC, 97 and F1. RGB value is (252,151,241). Sum of RGB (Red+Green+Blue) = 252+151+241=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 151 (59.38% from 255 or 23.45% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FC97F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC97F1 is #03680E. Grayscale: #BFBFBF. Windows color (decimal): -223247 or 15833084. OLE color: 15833084.

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

Color convert

RGB252151241-
CMYK00.400.040.01
HSL306.53º94.39%79.02%-
HSV(B)306.53º40.08%98.82%-
XYZ67.0949.1889.18-
YUV191.46155.96171.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.13%
GREEN value IS 151 (59.38% from 255) = 23.45%
BLUE value IS 241 (94.53% from 255) = 37.42%
R=39.13%
G=23.45%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215124100.400.040.01306.5394.3979.02
HexFC97F1028411335e4f
Octal37422736105041463136117
Binary1111110010010111111100010101000100110011001110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC97F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC97F1; }

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

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

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

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

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

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

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

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