#FBBAF3

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

Shades of Lavender Rose #FBBAF3

Tints of Lavender Rose #FBBAF3

Color information

#FBBAF3 (or 0xFBBAF3) is unknown color: approx Lavender Rose. HEX triplet: FB, BA and F3. RGB value is (251,186,243). Sum of RGB (Red+Green+Blue) = 251+186+243=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 186 (73.05% from 255 or 27.35% from 680); Blue value is 243 (95.31% from 255 or 35.74% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBAF3 is #04450C. Grayscale: #D3D3D3. Windows color (decimal): -279821 or 15973115. OLE color: 15973115.

HSL color Cylindrical-coordinate representation of color #FBBAF3: hue angle of 307.38º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBBAF3 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB251186243-
CMYK00.260.030.02
HSL307.38º89.04%85.69%-
HSV(B)307.38º25.9%98.43%-
XYZ73.5262.192.91-
YUV211.93145.53155.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.91%
GREEN value IS 186 (73.05% from 255) = 27.35%
BLUE value IS 243 (95.31% from 255) = 35.74%
R=36.91%
G=27.35%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118624300.260.030.02307.3889.0485.69
HexFBBAF301A321335956
Octal37327236303232463131126
Binary111110111011101011110011011010111010011001110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBAF3; }

 p { color: rgb(251,186,243); }

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

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

 a { background-color: rgb(251,186,243); }

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

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

 span { border-color: rgb(251,186,243); }

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