#fba8ff

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

Shades of Lavender Rose #FBA8FF

Tints of Lavender Rose #FBA8FF

Color information

#FBA8FF (or 0xFBA8FF) is unknown color: approx Lavender Rose. HEX triplet: FB, A8 and FF. RGB value is (251,168,255). Sum of RGB (Red+Green+Blue) = 251+168+255=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 168 (66.02% from 255 or 24.93% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBA8FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA8FF is #045700. Grayscale: #CACACA. Windows color (decimal): -284417 or 16754939. OLE color: 16754939.

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

Color convert

RGB251168255-
CMYK0.020.3400
HSL297.24º100%82.94%-
HSV(B)297.24º34.12%100%-
XYZ71.8455.73101.58-
YUV202.74157.5162.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.24%
GREEN value IS 168 (66.02% from 255) = 24.93%
BLUE value IS 255 (100% from 255) = 37.83%
R=37.24%
G=24.93%
B=37.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2511682550.020.3400297.2410082.94
HexFBA8FF222001296453
Octal37325037724200451144123
Binary111110111010100011111111101000100010010100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fba8ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fba8ff; }

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

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

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

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

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

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

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

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