#FBA4D5

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

Shades of Lavender Pink #FBA4D5

Tints of Lavender Pink #FBA4D5

Color information

#FBA4D5 (or 0xFBA4D5) is unknown color: approx Lavender Pink. HEX triplet: FB, A4 and D5. RGB value is (251,164,213). Sum of RGB (Red+Green+Blue) = 251+164+213=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 164 (64.45% from 255 or 26.11% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA4D5 is #045B2A. Grayscale: #C3C3C3. Windows color (decimal): -285483 or 14001403. OLE color: 14001403.

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

Color convert

RGB251164213-
CMYK00.350.150.02
HSL326.21º91.58%81.37%-
HSV(B)326.21º34.66%98.43%-
XYZ65.0751.8669.53-
YUV195.6137.82167.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.97%
GREEN value IS 164 (64.45% from 255) = 26.11%
BLUE value IS 213 (83.59% from 255) = 33.92%
R=39.97%
G=26.11%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116421300.350.150.02326.2191.5881.37
HexFBA4D5023F21465c51
Octal373244325043172506134121
Binary111110111010010011010101010001111111010100011010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA4D5; }

 p { color: rgb(251,164,213); }

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

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

 a { background-color: rgb(251,164,213); }

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

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

 span { border-color: rgb(251,164,213); }

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