#FC9BE6

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

Shades of Lavender Rose #FC9BE6

Tints of Lavender Rose #FC9BE6

Color information

#FC9BE6 (or 0xFC9BE6) is unknown color: approx Lavender Rose. HEX triplet: FC, 9B and E6. RGB value is (252,155,230). Sum of RGB (Red+Green+Blue) = 252+155+230=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 155 (60.94% from 255 or 24.33% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9BE6 is #036419. Grayscale: #C0C0C0. Windows color (decimal): -222234 or 15113212. OLE color: 15113212.

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

Color convert

RGB252155230-
CMYK00.380.090.01
HSL313.61º94.17%79.8%-
HSV(B)313.61º38.49%98.82%-
XYZ66.1549.8581-
YUV192.55149.14170.4-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.56%
GREEN value IS 155 (60.94% from 255) = 24.33%
BLUE value IS 230 (90.23% from 255) = 36.11%
R=39.56%
G=24.33%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215523000.380.090.01313.6194.1779.8
HexFC9BE60269113a5e50
Octal374233346046111472136120
Binary11111100100110111110011001001101001110011101010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9BE6; }

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

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

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

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

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

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

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

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