#FBAED1

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

Shades of Lavender Pink #FBAED1

Tints of Lavender Pink #FBAED1

Color information

#FBAED1 (or 0xFBAED1) is unknown color: approx Lavender Pink. HEX triplet: FB, AE and D1. RGB value is (251,174,209). Sum of RGB (Red+Green+Blue) = 251+174+209=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAED1 is #04512E. Grayscale: #C8C8C8. Windows color (decimal): -282927 or 13741819. OLE color: 13741819.

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

Color convert

RGB251174209-
CMYK00.310.170.02
HSL332.73º90.59%83.33%-
HSV(B)332.73º30.68%98.43%-
XYZ66.4355.3867.51-
YUV201.01132.51163.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.59%
GREEN value IS 174 (68.36% from 255) = 27.44%
BLUE value IS 209 (82.03% from 255) = 32.97%
R=39.59%
G=27.44%
B=32.97%

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
Decimal25117420900.310.170.02332.7390.5983.33
HexFBAED101F11214d5b53
Octal373256321037212515133123
Binary111110111010111011010001011111100011010100110110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAED1; }

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

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

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

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

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

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

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

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