#FBA7FF

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

Shades of Lavender Rose #FBA7FF

Tints of Lavender Rose #FBA7FF

Color information

#FBA7FF (or 0xFBA7FF) is unknown color: approx Lavender Rose. HEX triplet: FB, A7 and FF. RGB value is (251,167,255). Sum of RGB (Red+Green+Blue) = 251+167+255=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 167 (65.62% from 255 or 24.81% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBA7FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA7FF is #045800. Grayscale: #C9C9C9. Windows color (decimal): -284673 or 16754683. OLE color: 16754683.

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

Color convert

RGB251167255-
CMYK0.020.3500
HSL297.27º100%82.75%-
HSV(B)297.27º34.51%100%-
XYZ71.6555.37101.52-
YUV202.15157.83162.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.30%
GREEN value IS 167 (65.62% from 255) = 24.81%
BLUE value IS 255 (100% from 255) = 37.89%
R=37.30%
G=24.81%
B=37.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2511672550.020.3500297.2710082.75
HexFBA7FF223001296453
Octal37324737724300451144123
Binary111110111010011111111111101000110010010100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA7FF; }

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

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

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

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

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

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

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

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