#FBAEDC

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

Shades of Lavender Pink #FBAEDC

Tints of Lavender Pink #FBAEDC

Color information

#FBAEDC (or 0xFBAEDC) is unknown color: approx Lavender Pink. HEX triplet: FB, AE and DC. RGB value is (251,174,220). Sum of RGB (Red+Green+Blue) = 251+174+220=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 174 (68.36% from 255 or 26.98% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEDC is #045123. Grayscale: #CACACA. Windows color (decimal): -282916 or 14462715. OLE color: 14462715.

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

Color convert

RGB251174220-
CMYK00.310.120.02
HSL324.16º90.59%83.33%-
HSV(B)324.16º30.68%98.43%-
XYZ67.8455.9574.93-
YUV202.27138.01162.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.91%
GREEN value IS 174 (68.36% from 255) = 26.98%
BLUE value IS 220 (86.33% from 255) = 34.11%
R=38.91%
G=26.98%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117422000.310.120.02324.1690.5983.33
HexFBAEDC01FC21445b53
Octal373256334037142504133123
Binary11111011101011101101110001111111001010100010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEDC; }

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

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

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

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

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

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

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

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