#FC9BF3

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

Shades of Lavender Rose #FC9BF3

Tints of Lavender Rose #FC9BF3

Color information

#FC9BF3 (or 0xFC9BF3) is unknown color: approx Lavender Rose. HEX triplet: FC, 9B and F3. RGB value is (252,155,243). Sum of RGB (Red+Green+Blue) = 252+155+243=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 155 (60.94% from 255 or 23.85% from 650); Blue value is 243 (95.31% from 255 or 37.38% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9BF3 is #03640C. Grayscale: #C1C1C1. Windows color (decimal): -222221 or 15965180. OLE color: 15965180.

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

Color convert

RGB252155243-
CMYK00.380.040.01
HSL305.57º94.17%79.8%-
HSV(B)305.57º38.49%98.82%-
XYZ68.0450.6190.98-
YUV194.04155.64169.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.77%
GREEN value IS 155 (60.94% from 255) = 23.85%
BLUE value IS 243 (95.31% from 255) = 37.38%
R=38.77%
G=23.85%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215524300.380.040.01305.5794.1779.8
HexFC9BF3026411325e50
Octal37423336304641462136120
Binary1111110010011011111100110100110100110011001010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9BF3; }

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

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

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

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

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

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

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

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