#FBA5FE

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

Shades of Lavender Rose #FBA5FE

Tints of Lavender Rose #FBA5FE

Color information

#FBA5FE (or 0xFBA5FE) is unknown color: approx Lavender Rose. HEX triplet: FB, A5 and FE. RGB value is (251,165,254). Sum of RGB (Red+Green+Blue) = 251+165+254=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 165 (64.84% from 255 or 24.63% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBA5FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA5FE is #045A01. Grayscale: #C8C8C8. Windows color (decimal): -285186 or 16688635. OLE color: 16688635.

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

Color convert

RGB251165254-
CMYK0.010.3500.00
HSL297.98º97.8%82.16%-
HSV(B)297.98º35.04%99.61%-
XYZ71.1354.58100.55-
YUV200.86157.99163.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.46%
GREEN value IS 165 (64.84% from 255) = 24.63%
BLUE value IS 254 (99.61% from 255) = 37.91%
R=37.46%
G=24.63%
B=37.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2511652540.010.3500.00297.9897.882.16
HexFBA5FE1230012a6252
Octal37324537614300452142122
Binary11111011101001011111111011000110010010101011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA5FE; }

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

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

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

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

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

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

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

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