#FC9BE2

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

Shades of Lavender Rose #FC9BE2

Tints of Lavender Rose #FC9BE2

Color information

#FC9BE2 (or 0xFC9BE2) is unknown color: approx Lavender Rose. HEX triplet: FC, 9B and E2. RGB value is (252,155,226). Sum of RGB (Red+Green+Blue) = 252+155+226=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 155 (60.94% from 255 or 24.49% from 633); Blue value is 226 (88.67% from 255 or 35.70% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9BE2 is #03641D. Grayscale: #BFBFBF. Windows color (decimal): -222238 or 14851068. OLE color: 14851068.

HSL color Cylindrical-coordinate representation of color #FC9BE2: hue angle of 316.08º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9BE2 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB252155226-
CMYK00.380.100.01
HSL316.08º94.17%79.8%-
HSV(B)316.08º38.49%98.82%-
XYZ65.5949.6378.07-
YUV192.1147.14170.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.81%
GREEN value IS 155 (60.94% from 255) = 24.49%
BLUE value IS 226 (88.67% from 255) = 35.70%
R=39.81%
G=24.49%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215522600.380.100.01316.0894.1779.8
HexFC9BE2026A113c5e50
Octal374233342046121474136120
Binary11111100100110111110001001001101010110011110010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9BE2; }

 p { color: rgb(252,155,226); }

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

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

 a { background-color: rgb(252,155,226); }

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

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

 span { border-color: rgb(252,155,226); }

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