#FC97EE

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

Shades of Lavender Rose #FC97EE

Tints of Lavender Rose #FC97EE

Color information

#FC97EE (or 0xFC97EE) is unknown color: approx Lavender Rose. HEX triplet: FC, 97 and EE. RGB value is (252,151,238). Sum of RGB (Red+Green+Blue) = 252+151+238=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 151 (59.38% from 255 or 23.56% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FC97EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC97EE is #036811. Grayscale: #BEBEBE. Windows color (decimal): -223250 or 15636476. OLE color: 15636476.

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

Color convert

RGB252151238-
CMYK00.400.060.01
HSL308.32º94.39%79.02%-
HSV(B)308.32º40.08%98.82%-
XYZ66.644986.83-
YUV191.12154.46171.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.31%
GREEN value IS 151 (59.38% from 255) = 23.56%
BLUE value IS 238 (93.36% from 255) = 37.13%
R=39.31%
G=23.56%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215123800.400.060.01308.3294.3979.02
HexFC97EE028611345e4f
Octal37422735605061464136117
Binary1111110010010111111011100101000110110011010010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC97EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC97EE; }

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

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

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

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

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

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

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

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