#FBA6E0

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

Shades of Lavender Rose #FBA6E0

Tints of Lavender Rose #FBA6E0

Color information

#FBA6E0 (or 0xFBA6E0) is unknown color: approx Lavender Rose. HEX triplet: FB, A6 and E0. RGB value is (251,166,224). Sum of RGB (Red+Green+Blue) = 251+166+224=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 166 (65.23% from 255 or 25.90% from 641); Blue value is 224 (87.89% from 255 or 34.95% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6E0 is #04591F. Grayscale: #C5C5C5. Windows color (decimal): -284960 or 14722811. OLE color: 14722811.

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

Color convert

RGB251166224-
CMYK00.340.110.02
HSL319.06º91.4%81.76%-
HSV(B)319.06º33.86%98.43%-
XYZ66.8753.1677.26-
YUV198.03142.66165.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.16%
GREEN value IS 166 (65.23% from 255) = 25.90%
BLUE value IS 224 (87.89% from 255) = 34.95%
R=39.16%
G=25.90%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116622400.340.110.02319.0691.481.76
HexFBA6E0022B213f5b52
Octal373246340042132477133122
Binary111110111010011011100000010001010111010011111110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA6E0; }

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

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

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

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

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

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

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

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