#FBAACD

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

Shades of Lavender Pink #FBAACD

Tints of Lavender Pink #FBAACD

Color information

#FBAACD (or 0xFBAACD) is unknown color: approx Lavender Pink. HEX triplet: FB, AA and CD. RGB value is (251,170,205). Sum of RGB (Red+Green+Blue) = 251+170+205=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAACD is #045532. Grayscale: #C6C6C6. Windows color (decimal): -283955 or 13478651. OLE color: 13478651.

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

Color convert

RGB251170205-
CMYK00.320.180.02
HSL334.07º91.01%82.55%-
HSV(B)334.07º32.27%98.43%-
XYZ65.1853.6764.68-
YUV198.21131.84165.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.10%
GREEN value IS 170 (66.80% from 255) = 27.16%
BLUE value IS 205 (80.47% from 255) = 32.75%
R=40.10%
G=27.16%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117020500.320.180.02334.0791.0182.55
HexFBAACD02012214e5b53
Octal373252315040222516133123
Binary1111101110101010110011010100000100101010100111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAACD; }

 p { color: rgb(251,170,205); }

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

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

 a { background-color: rgb(251,170,205); }

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

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

 span { border-color: rgb(251,170,205); }

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