#FBACD4

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

Shades of Lavender Pink #FBACD4

Tints of Lavender Pink #FBACD4

Color information

#FBACD4 (or 0xFBACD4) is unknown color: approx Lavender Pink. HEX triplet: FB, AC and D4. RGB value is (251,172,212). Sum of RGB (Red+Green+Blue) = 251+172+212=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 212 (83.20% from 255 or 33.39% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACD4 is #04532B. Grayscale: #C8C8C8. Windows color (decimal): -283436 or 13937915. OLE color: 13937915.

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

Color convert

RGB251172212-
CMYK00.310.160.02
HSL329.62º90.8%82.94%-
HSV(B)329.62º31.47%98.43%-
XYZ66.4254.7769.36-
YUV200.18134.67164.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.53%
GREEN value IS 172 (67.58% from 255) = 27.09%
BLUE value IS 212 (83.20% from 255) = 33.39%
R=39.53%
G=27.09%
B=33.39%

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
Decimal25117221200.310.160.02329.6290.882.94
HexFBACD401F10214a5b53
Octal373254324037202512133123
Binary111110111010110011010100011111100001010100101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACD4; }

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

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

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

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

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

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

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

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