#FBA3F1

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

Shades of Lavender Rose #FBA3F1

Tints of Lavender Rose #FBA3F1

Color information

#FBA3F1 (or 0xFBA3F1) is unknown color: approx Lavender Rose. HEX triplet: FB, A3 and F1. RGB value is (251,163,241). Sum of RGB (Red+Green+Blue) = 251+163+241=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 163 (64.06% from 255 or 24.89% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA3F1 is #045C0E. Grayscale: #C5C5C5. Windows color (decimal): -285711 or 15836155. OLE color: 15836155.

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

Color convert

RGB251163241-
CMYK00.350.040.02
HSL306.82º91.67%81.18%-
HSV(B)306.82º35.06%98.43%-
XYZ68.7653.0589.84-
YUV198.2152.15165.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.32%
GREEN value IS 163 (64.06% from 255) = 24.89%
BLUE value IS 241 (94.53% from 255) = 36.79%
R=38.32%
G=24.89%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116324100.350.040.02306.8291.6781.18
HexFBA3F1023421335c51
Octal37324336104342463134121
Binary11111011101000111111000101000111001010011001110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA3F1; }

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

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

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

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

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

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

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

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