#FBACD3

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

Shades of Lavender Pink #FBACD3

Tints of Lavender Pink #FBACD3

Color information

#FBACD3 (or 0xFBACD3) is unknown color: approx Lavender Pink. HEX triplet: FB, AC and D3. RGB value is (251,172,211). Sum of RGB (Red+Green+Blue) = 251+172+211=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 172 (67.58% from 255 or 27.13% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACD3 is #04532C. Grayscale: #C7C7C7. Windows color (decimal): -283437 or 13872379. OLE color: 13872379.

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

Color convert

RGB251172211-
CMYK00.310.160.02
HSL330.38º90.8%82.94%-
HSV(B)330.38º31.47%98.43%-
XYZ66.2954.7268.7-
YUV200.07134.17164.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.59%
GREEN value IS 172 (67.58% from 255) = 27.13%
BLUE value IS 211 (82.81% from 255) = 33.28%
R=39.59%
G=27.13%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117221100.310.160.02330.3890.882.94
HexFBACD301F10214a5b53
Octal373254323037202512133123
Binary111110111010110011010011011111100001010100101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACD3; }

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

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

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

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

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

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

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

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