#FBA6FF

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

Shades of Lavender Rose #FBA6FF

Tints of Lavender Rose #FBA6FF

Color information

#FBA6FF (or 0xFBA6FF) is unknown color: approx Lavender Rose. HEX triplet: FB, A6 and FF. RGB value is (251,166,255). Sum of RGB (Red+Green+Blue) = 251+166+255=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 166 (65.23% from 255 or 24.70% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBA6FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA6FF is #045900. Grayscale: #C9C9C9. Windows color (decimal): -284929 or 16754427. OLE color: 16754427.

HSL color Cylindrical-coordinate representation of color #FBA6FF: hue angle of 297.3º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA6FF is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB251166255-
CMYK0.020.3500
HSL297.3º100%82.55%-
HSV(B)297.3º34.9%100%-
XYZ71.4755101.46-
YUV201.56158.16163.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.35%
GREEN value IS 166 (65.23% from 255) = 24.70%
BLUE value IS 255 (100% from 255) = 37.95%
R=37.35%
G=24.70%
B=37.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2511662550.020.3500297.310082.55
HexFBA6FF223001296453
Octal37324637724300451144123
Binary111110111010011011111111101000110010010100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA6FF; }

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

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

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

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

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

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

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

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