#FBA3F2

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

Shades of Lavender Rose #FBA3F2

Tints of Lavender Rose #FBA3F2

Color information

#FBA3F2 (or 0xFBA3F2) is unknown color: approx Lavender Rose. HEX triplet: FB, A3 and F2. RGB value is (251,163,242). Sum of RGB (Red+Green+Blue) = 251+163+242=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 163 (64.06% from 255 or 24.85% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA3F2 is #045C0D. Grayscale: #C6C6C6. Windows color (decimal): -285710 or 15901691. OLE color: 15901691.

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

Color convert

RGB251163242-
CMYK00.350.040.02
HSL306.14º91.67%81.18%-
HSV(B)306.14º35.06%98.43%-
XYZ68.9153.1190.62-
YUV198.32152.65165.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.26%
GREEN value IS 163 (64.06% from 255) = 24.85%
BLUE value IS 242 (94.92% from 255) = 36.89%
R=38.26%
G=24.85%
B=36.89%

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
Decimal25116324200.350.040.02306.1491.6781.18
HexFBA3F2023421325c51
Octal37324336204342462134121
Binary11111011101000111111001001000111001010011001010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA3F2; }

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

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

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

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

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

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

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

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