#FBA7DC

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

Shades of Lavender Rose #FBA7DC

Tints of Lavender Rose #FBA7DC

Color information

#FBA7DC (or 0xFBA7DC) is unknown color: approx Lavender Rose. HEX triplet: FB, A7 and DC. RGB value is (251,167,220). Sum of RGB (Red+Green+Blue) = 251+167+220=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 167 (65.62% from 255 or 26.18% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA7DC is #045823. Grayscale: #C6C6C6. Windows color (decimal): -284708 or 14460923. OLE color: 14460923.

HSL color Cylindrical-coordinate representation of color #FBA7DC: hue angle of 322.14º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA7DC is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB251167220-
CMYK00.330.120.02
HSL322.14º91.3%81.96%-
HSV(B)322.14º33.47%98.43%-
XYZ66.5253.3174.49-
YUV198.16140.33165.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.34%
GREEN value IS 167 (65.62% from 255) = 26.18%
BLUE value IS 220 (86.33% from 255) = 34.48%
R=39.34%
G=26.18%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116722000.330.120.02322.1491.381.96
HexFBA7DC021C21425b52
Octal373247334041142502133122
Binary111110111010011111011100010000111001010100001010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA7DC; }

 p { color: rgb(251,167,220); }

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

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

 a { background-color: rgb(251,167,220); }

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

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

 span { border-color: rgb(251,167,220); }

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