#FBA6E2

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

Shades of Lavender Rose #FBA6E2

Tints of Lavender Rose #FBA6E2

Color information

#FBA6E2 (or 0xFBA6E2) is unknown color: approx Lavender Rose. HEX triplet: FB, A6 and E2. RGB value is (251,166,226). Sum of RGB (Red+Green+Blue) = 251+166+226=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 166 (65.23% from 255 or 25.82% from 643); Blue value is 226 (88.67% from 255 or 35.15% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6E2 is #04591D. Grayscale: #C6C6C6. Windows color (decimal): -284958 or 14853883. OLE color: 14853883.

HSL color Cylindrical-coordinate representation of color #FBA6E2: hue angle of 317.65º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBA6E2 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB251166226-
CMYK00.340.100.02
HSL317.65º91.4%81.76%-
HSV(B)317.65º33.86%98.43%-
XYZ67.1553.2778.7-
YUV198.26143.66165.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.04%
GREEN value IS 166 (65.23% from 255) = 25.82%
BLUE value IS 226 (88.67% from 255) = 35.15%
R=39.04%
G=25.82%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116622600.340.100.02317.6591.481.76
HexFBA6E2022A213e5b52
Octal373246342042122476133122
Binary111110111010011011100010010001010101010011111010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA6E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA6E2; }

 p { color: rgb(251,166,226); }

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

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

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

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

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

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

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