#FBA6ED

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

Shades of Lavender Rose #FBA6ED

Tints of Lavender Rose #FBA6ED

Color information

#FBA6ED (or 0xFBA6ED) is unknown color: approx Lavender Rose. HEX triplet: FB, A6 and ED. RGB value is (251,166,237). Sum of RGB (Red+Green+Blue) = 251+166+237=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 166 (65.23% from 255 or 25.38% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA6ED is #045912. Grayscale: #C7C7C7. Windows color (decimal): -284947 or 15574779. OLE color: 15574779.

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

Color convert

RGB251166237-
CMYK00.340.060.02
HSL309.88º91.4%81.76%-
HSV(B)309.88º33.86%98.43%-
XYZ68.7153.986.9-
YUV199.51149.16164.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.38%
GREEN value IS 166 (65.23% from 255) = 25.38%
BLUE value IS 237 (92.97% from 255) = 36.24%
R=38.38%
G=25.38%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116623700.340.060.02309.8891.481.76
HexFBA6ED022621365b52
Octal37324635504262466133122
Binary11111011101001101110110101000101101010011011010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA6ED; }

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

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

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

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

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

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

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

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