#FB9AD6

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

Shades of Lavender Rose #FB9AD6

Tints of Lavender Rose #FB9AD6

Color information

#FB9AD6 (or 0xFB9AD6) is unknown color: approx Lavender Rose. HEX triplet: FB, 9A and D6. RGB value is (251,154,214). Sum of RGB (Red+Green+Blue) = 251+154+214=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 154 (60.55% from 255 or 24.88% from 619); Blue value is 214 (83.98% from 255 or 34.57% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9AD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9AD6 is #046529. Grayscale: #BDBDBD. Windows color (decimal): -288042 or 14064379. OLE color: 14064379.

HSL color Cylindrical-coordinate representation of color #FB9AD6: hue angle of 322.89º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FB9AD6 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB251154214-
CMYK00.390.150.02
HSL322.89º92.38%79.41%-
HSV(B)322.89º38.65%98.43%-
XYZ63.4848.4869.63-
YUV189.84141.64171.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.55%
GREEN value IS 154 (60.55% from 255) = 24.88%
BLUE value IS 214 (83.98% from 255) = 34.57%
R=40.55%
G=24.88%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115421400.390.150.02322.8992.3879.41
HexFB9AD6027F21435c4f
Octal373232326047172503134117
Binary111110111001101011010110010011111111010100001110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9AD6; }

 p { color: rgb(251,154,214); }

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

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

 a { background-color: rgb(251,154,214); }

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

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

 span { border-color: rgb(251,154,214); }

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