#FBAACF

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

Shades of Lavender Pink #FBAACF

Tints of Lavender Pink #FBAACF

Color information

#FBAACF (or 0xFBAACF) is unknown color: approx Lavender Pink. HEX triplet: FB, AA and CF. RGB value is (251,170,207). Sum of RGB (Red+Green+Blue) = 251+170+207=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAACF is #045530. Grayscale: #C6C6C6. Windows color (decimal): -283953 or 13609723. OLE color: 13609723.

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

Color convert

RGB251170207-
CMYK00.320.180.02
HSL332.59º91.01%82.55%-
HSV(B)332.59º32.27%98.43%-
XYZ65.4253.7665.96-
YUV198.44132.84165.49-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.97%
GREEN value IS 170 (66.80% from 255) = 27.07%
BLUE value IS 207 (81.25% from 255) = 32.96%
R=39.97%
G=27.07%
B=32.96%

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
Decimal25117020700.320.180.02332.5991.0182.55
HexFBAACF02012214d5b53
Octal373252317040222515133123
Binary1111101110101010110011110100000100101010100110110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAACF; }

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

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

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

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

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

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

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

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