#FBA1FE

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

Shades of Lavender Rose #FBA1FE

Tints of Lavender Rose #FBA1FE

Color information

#FBA1FE (or 0xFBA1FE) is unknown color: approx Lavender Rose. HEX triplet: FB, A1 and FE. RGB value is (251,161,254). Sum of RGB (Red+Green+Blue) = 251+161+254=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 161 (63.28% from 255 or 24.17% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBA1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA1FE is #045E01. Grayscale: #C6C6C6. Windows color (decimal): -286210 or 16687611. OLE color: 16687611.

HSL color Cylindrical-coordinate representation of color #FBA1FE: hue angle of 298.06º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBA1FE is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB251161254-
CMYK0.010.3700.00
HSL298.06º97.89%81.37%-
HSV(B)298.06º36.61%99.61%-
XYZ70.4253.15100.31-
YUV198.51159.32165.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.69%
GREEN value IS 161 (63.28% from 255) = 24.17%
BLUE value IS 254 (99.61% from 255) = 38.14%
R=37.69%
G=24.17%
B=38.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2511612540.010.3700.00298.0697.8981.37
HexFBA1FE1250012a6251
Octal37324137614500452142121
Binary11111011101000011111111011001010010010101011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA1FE; }

 p { color: rgb(251,161,254); }

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

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

 a { background-color: rgb(251,161,254); }

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

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

 span { border-color: rgb(251,161,254); }

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