#FC96F2

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

Shades of Lavender Rose #FC96F2

Tints of Lavender Rose #FC96F2

Color information

#FC96F2 (or 0xFC96F2) is unknown color: approx Lavender Rose. HEX triplet: FC, 96 and F2. RGB value is (252,150,242). Sum of RGB (Red+Green+Blue) = 252+150+242=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 150 (58.98% from 255 or 23.29% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FC96F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC96F2 is #03690D. Grayscale: #BEBEBE. Windows color (decimal): -223502 or 15898364. OLE color: 15898364.

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

Color convert

RGB252150242-
CMYK00.400.040.01
HSL305.88º94.44%78.82%-
HSV(B)305.88º40.48%98.82%-
XYZ67.0848.9289.91-
YUV190.99156.79171.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.13%
GREEN value IS 150 (58.98% from 255) = 23.29%
BLUE value IS 242 (94.92% from 255) = 37.58%
R=39.13%
G=23.29%
B=37.58%

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
Decimal25215024200.400.040.01305.8894.4478.82
HexFC96F2028411325e4f
Octal37422636205041462136117
Binary1111110010010110111100100101000100110011001010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC96F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC96F2; }

 p { color: rgb(252,150,242); }

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

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

 a { background-color: rgb(252,150,242); }

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

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

 span { border-color: rgb(252,150,242); }

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