#FBACD1

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

Shades of Lavender Pink #FBACD1

Tints of Lavender Pink #FBACD1

Color information

#FBACD1 (or 0xFBACD1) is unknown color: approx Lavender Pink. HEX triplet: FB, AC and D1. RGB value is (251,172,209). Sum of RGB (Red+Green+Blue) = 251+172+209=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 209 (82.03% from 255 or 33.07% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACD1 is #04532E. Grayscale: #C7C7C7. Windows color (decimal): -283439 or 13741307. OLE color: 13741307.

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

Color convert

RGB251172209-
CMYK00.310.170.02
HSL331.9º90.8%82.94%-
HSV(B)331.9º31.47%98.43%-
XYZ66.0454.6267.38-
YUV199.84133.17164.49-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.72%
GREEN value IS 172 (67.58% from 255) = 27.22%
BLUE value IS 209 (82.03% from 255) = 33.07%
R=39.72%
G=27.22%
B=33.07%

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
Decimal25117220900.310.170.02331.990.882.94
HexFBACD101F11214c5b53
Octal373254321037212514133123
Binary111110111010110011010001011111100011010100110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACD1; }

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

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

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

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

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

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

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

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