#FBA5DC

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

Shades of Lavender Rose #FBA5DC

Tints of Lavender Rose #FBA5DC

Color information

#FBA5DC (or 0xFBA5DC) is unknown color: approx Lavender Rose. HEX triplet: FB, A5 and DC. RGB value is (251,165,220). Sum of RGB (Red+Green+Blue) = 251+165+220=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 165 (64.84% from 255 or 25.94% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5DC is #045A23. Grayscale: #C4C4C4. Windows color (decimal): -285220 or 14460411. OLE color: 14460411.

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

Color convert

RGB251165220-
CMYK00.340.120.02
HSL321.63º91.49%81.57%-
HSV(B)321.63º34.26%98.43%-
XYZ66.1652.5974.37-
YUV196.98140.99166.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.47%
GREEN value IS 165 (64.84% from 255) = 25.94%
BLUE value IS 220 (86.33% from 255) = 34.59%
R=39.47%
G=25.94%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116522000.340.120.02321.6391.4981.57
HexFBA5DC022C21425b52
Octal373245334042142502133122
Binary111110111010010111011100010001011001010100001010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA5DC; }

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

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

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

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

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

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

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

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