#FBACCF

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

Shades of Lavender Pink #FBACCF

Tints of Lavender Pink #FBACCF

Color information

#FBACCF (or 0xFBACCF) is unknown color: approx Lavender Pink. HEX triplet: FB, AC and CF. RGB value is (251,172,207). Sum of RGB (Red+Green+Blue) = 251+172+207=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACCF is #045330. Grayscale: #C7C7C7. Windows color (decimal): -283441 or 13610235. OLE color: 13610235.

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

Color convert

RGB251172207-
CMYK00.310.180.02
HSL333.42º90.8%82.94%-
HSV(B)333.42º31.47%98.43%-
XYZ65.854.5266.09-
YUV199.61132.17164.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.84%
GREEN value IS 172 (67.58% from 255) = 27.30%
BLUE value IS 207 (81.25% from 255) = 32.86%
R=39.84%
G=27.30%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117220700.310.180.02333.4290.882.94
HexFBACCF01F12214d5b53
Octal373254317037222515133123
Binary111110111010110011001111011111100101010100110110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACCF; }

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

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

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

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

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

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

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

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