#FBA1F1

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

Shades of Lavender Rose #FBA1F1

Tints of Lavender Rose #FBA1F1

Color information

#FBA1F1 (or 0xFBA1F1) is unknown color: approx Lavender Rose. HEX triplet: FB, A1 and F1. RGB value is (251,161,241). Sum of RGB (Red+Green+Blue) = 251+161+241=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 161 (63.28% from 255 or 24.66% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA1F1 is #045E0E. Grayscale: #C4C4C4. Windows color (decimal): -286223 or 15835643. OLE color: 15835643.

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

Color convert

RGB251161241-
CMYK00.360.040.02
HSL306.67º91.84%80.78%-
HSV(B)306.67º35.86%98.43%-
XYZ68.4152.3589.72-
YUV197.03152.82166.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.44%
GREEN value IS 161 (63.28% from 255) = 24.66%
BLUE value IS 241 (94.53% from 255) = 36.91%
R=38.44%
G=24.66%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116124100.360.040.02306.6791.8480.78
HexFBA1F1024421335c51
Octal37324136104442463134121
Binary11111011101000011111000101001001001010011001110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA1F1; }

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

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

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

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

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

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

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

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