#FBACEB

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

Shades of Lavender Rose #FBACEB

Tints of Lavender Rose #FBACEB

Color information

#FBACEB (or 0xFBACEB) is unknown color: approx Lavender Rose. HEX triplet: FB, AC and EB. RGB value is (251,172,235). Sum of RGB (Red+Green+Blue) = 251+172+235=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 172 (67.58% from 255 or 26.14% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBACEB is #045314. Grayscale: #CACACA. Windows color (decimal): -283413 or 15445243. OLE color: 15445243.

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

Color convert

RGB251172235-
CMYK00.310.060.02
HSL312.15º90.8%82.94%-
HSV(B)312.15º31.47%98.43%-
XYZ69.5356.0185.74-
YUV202.8146.17162.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.15%
GREEN value IS 172 (67.58% from 255) = 26.14%
BLUE value IS 235 (92.19% from 255) = 35.71%
R=38.15%
G=26.14%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117223500.310.060.02312.1590.882.94
HexFBACEB01F621385b53
Octal37325435303762470133123
Binary1111101110101100111010110111111101010011100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACEB; }

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

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

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

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

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

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

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

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