#FBA3F8

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

Shades of Lavender Rose #FBA3F8

Tints of Lavender Rose #FBA3F8

Color information

#FBA3F8 (or 0xFBA3F8) is unknown color: approx Lavender Rose. HEX triplet: FB, A3 and F8. RGB value is (251,163,248). Sum of RGB (Red+Green+Blue) = 251+163+248=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 163 (64.06% from 255 or 24.62% from 662); Blue value is 248 (97.27% from 255 or 37.46% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA3F8 is #045C07. Grayscale: #C6C6C6. Windows color (decimal): -285704 or 16294907. OLE color: 16294907.

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

Color convert

RGB251163248-
CMYK00.350.010.02
HSL302.05º91.67%81.18%-
HSV(B)302.05º35.06%98.43%-
XYZ69.8253.4895.45-
YUV199155.65165.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.92%
GREEN value IS 163 (64.06% from 255) = 24.62%
BLUE value IS 248 (97.27% from 255) = 37.46%
R=37.92%
G=24.62%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116324800.350.010.02302.0591.6781.18
HexFBA3F80231212e5c51
Octal37324337004312456134121
Binary111110111010001111111000010001111010010111010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA3F8; }

 p { color: rgb(251,163,248); }

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

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

 a { background-color: rgb(251,163,248); }

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

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

 span { border-color: rgb(251,163,248); }

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