#FBAED6

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

Shades of Lavender Pink #FBAED6

Tints of Lavender Pink #FBAED6

Color information

#FBAED6 (or 0xFBAED6) is unknown color: approx Lavender Pink. HEX triplet: FB, AE and D6. RGB value is (251,174,214). Sum of RGB (Red+Green+Blue) = 251+174+214=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 174 (68.36% from 255 or 27.23% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAED6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAED6 is #045129. Grayscale: #C9C9C9. Windows color (decimal): -282922 or 14069499. OLE color: 14069499.

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

Color convert

RGB251174214-
CMYK00.310.150.02
HSL328.83º90.59%83.33%-
HSV(B)328.83º30.68%98.43%-
XYZ67.0655.6470.82-
YUV201.58135.01163.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.28%
GREEN value IS 174 (68.36% from 255) = 27.23%
BLUE value IS 214 (83.98% from 255) = 33.49%
R=39.28%
G=27.23%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117421400.310.150.02328.8390.5983.33
HexFBAED601FF21495b53
Octal373256326037172511133123
Binary11111011101011101101011001111111111010100100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAED6; }

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

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

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

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

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

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

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

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