#FC97E3

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

Shades of Lavender Rose #FC97E3

Tints of Lavender Rose #FC97E3

Color information

#FC97E3 (or 0xFC97E3) is unknown color: approx Lavender Rose. HEX triplet: FC, 97 and E3. RGB value is (252,151,227). Sum of RGB (Red+Green+Blue) = 252+151+227=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 151 (59.38% from 255 or 23.97% from 630); Blue value is 227 (89.06% from 255 or 36.03% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FC97E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC97E3 is #03681C. Grayscale: #BDBDBD. Windows color (decimal): -223261 or 14915580. OLE color: 14915580.

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

Color convert

RGB252151227-
CMYK00.400.100.01
HSL314.85º94.39%79.02%-
HSV(B)314.85º40.08%98.82%-
XYZ65.0848.3778.58-
YUV189.86148.96172.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40%
GREEN value IS 151 (59.38% from 255) = 23.97%
BLUE value IS 227 (89.06% from 255) = 36.03%
R=40%
G=23.97%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215122700.400.100.01314.8594.3979.02
HexFC97E3028A113b5e4f
Octal374227343050121473136117
Binary11111100100101111110001101010001010110011101110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC97E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC97E3; }

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

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

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

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

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

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

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

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