#FBAED8

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

Shades of Lavender Pink #FBAED8

Tints of Lavender Pink #FBAED8

Color information

#FBAED8 (or 0xFBAED8) is unknown color: approx Lavender Pink. HEX triplet: FB, AE and D8. RGB value is (251,174,216). Sum of RGB (Red+Green+Blue) = 251+174+216=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 216 (84.77% from 255 or 33.70% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAED8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAED8 is #045127. Grayscale: #C9C9C9. Windows color (decimal): -282920 or 14200571. OLE color: 14200571.

HSL color Cylindrical-coordinate representation of color #FBAED8: hue angle of 327.27º 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 #FBAED8 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB251174216-
CMYK00.310.140.02
HSL327.27º90.59%83.33%-
HSV(B)327.27º30.68%98.43%-
XYZ67.3155.7472.18-
YUV201.81136.01163.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.16%
GREEN value IS 174 (68.36% from 255) = 27.15%
BLUE value IS 216 (84.77% from 255) = 33.70%
R=39.16%
G=27.15%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117421600.310.140.02327.2790.5983.33
HexFBAED801FE21475b53
Octal373256330037162507133123
Binary11111011101011101101100001111111101010100011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAED8; }

 p { color: rgb(251,174,216); }

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

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

 a { background-color: rgb(251,174,216); }

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

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

 span { border-color: rgb(251,174,216); }

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