#FC9BD5

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

Shades of Lavender Rose #FC9BD5

Tints of Lavender Rose #FC9BD5

Color information

#FC9BD5 (or 0xFC9BD5) is unknown color: approx Lavender Rose. HEX triplet: FC, 9B and D5. RGB value is (252,155,213). Sum of RGB (Red+Green+Blue) = 252+155+213=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 155 (60.94% from 255 or 25% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9BD5 is #03642A. Grayscale: #BEBEBE. Windows color (decimal): -222251 or 13999100. OLE color: 13999100.

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

Color convert

RGB252155213-
CMYK00.380.150.01
HSL324.12º94.17%79.8%-
HSV(B)324.12º38.49%98.82%-
XYZ63.8848.9469.03-
YUV190.62140.64171.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.65%
GREEN value IS 155 (60.94% from 255) = 25%
BLUE value IS 213 (83.59% from 255) = 34.35%
R=40.65%
G=25%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215521300.380.150.01324.1294.1779.8
HexFC9BD5026F11445e50
Octal374233325046171504136120
Binary11111100100110111101010101001101111110100010010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9BD5; }

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

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

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

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

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

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

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

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