#FBA6F2

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

Shades of Lavender Rose #FBA6F2

Tints of Lavender Rose #FBA6F2

Color information

#FBA6F2 (or 0xFBA6F2) is unknown color: approx Lavender Rose. HEX triplet: FB, A6 and F2. RGB value is (251,166,242). Sum of RGB (Red+Green+Blue) = 251+166+242=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 166 (65.23% from 255 or 25.19% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA6F2 is #04590D. Grayscale: #C7C7C7. Windows color (decimal): -284942 or 15902459. OLE color: 15902459.

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

Color convert

RGB251166242-
CMYK00.340.040.02
HSL306.35º91.4%81.76%-
HSV(B)306.35º33.86%98.43%-
XYZ69.4554.1990.8-
YUV200.08151.66164.32-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.09%
GREEN value IS 166 (65.23% from 255) = 25.19%
BLUE value IS 242 (94.92% from 255) = 36.72%
R=38.09%
G=25.19%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116624200.340.040.02306.3591.481.76
HexFBA6F2022421325b52
Octal37324636204242462133122
Binary11111011101001101111001001000101001010011001010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA6F2; }

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

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

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

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

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

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

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

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