#FBACFB

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

Shades of Lavender Rose #FBACFB

Tints of Lavender Rose #FBACFB

Color information

#FBACFB (or 0xFBACFB) is unknown color: approx Lavender Rose. HEX triplet: FB, AC and FB. RGB value is (251,172,251). Sum of RGB (Red+Green+Blue) = 251+172+251=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 172 (67.58% from 255 or 25.52% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBACFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBACFB is #045304. Grayscale: #CCCCCC. Windows color (decimal): -283397 or 16493819. OLE color: 16493819.

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

Color convert

RGB251172251-
CMYK00.3100.02
HSL300º90.8%82.94%-
HSV(B)300º31.47%98.43%-
XYZ71.9556.9898.47-
YUV204.63154.17161.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.24%
GREEN value IS 172 (67.58% from 255) = 25.52%
BLUE value IS 251 (98.44% from 255) = 37.24%
R=37.24%
G=25.52%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117225100.3100.0230090.882.94
HexFBACFB01F0212c5b53
Octal37325437303702454133123
Binary11111011101011001111101101111101010010110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACFB; }

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

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

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

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

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

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

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

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