#FBADD1

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

Shades of Lavender Pink #FBADD1

Tints of Lavender Pink #FBADD1

Color information

#FBADD1 (or 0xFBADD1) is unknown color: approx Lavender Pink. HEX triplet: FB, AD and D1. RGB value is (251,173,209). Sum of RGB (Red+Green+Blue) = 251+173+209=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADD1 is #04522E. Grayscale: #C8C8C8. Windows color (decimal): -283183 or 13741563. OLE color: 13741563.

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

Color convert

RGB251173209-
CMYK00.310.170.02
HSL332.31º90.7%83.14%-
HSV(B)332.31º31.08%98.43%-
XYZ66.245567.45-
YUV200.43132.84164.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.65%
GREEN value IS 173 (67.97% from 255) = 27.33%
BLUE value IS 209 (82.03% from 255) = 33.02%
R=39.65%
G=27.33%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117320900.310.170.02332.3190.783.14
HexFBADD101F11214c5b53
Octal373255321037212514133123
Binary111110111010110111010001011111100011010100110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBADD1; }

 p { color: rgb(251,173,209); }

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

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

 a { background-color: rgb(251,173,209); }

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

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

 span { border-color: rgb(251,173,209); }

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