#FBBAF1

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

Shades of Lavender Rose #FBBAF1

Tints of Lavender Rose #FBBAF1

Color information

#FBBAF1 (or 0xFBBAF1) is unknown color: approx Lavender Rose. HEX triplet: FB, BA and F1. RGB value is (251,186,241). Sum of RGB (Red+Green+Blue) = 251+186+241=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 186 (73.05% from 255 or 27.43% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBAF1 is #04450E. Grayscale: #D3D3D3. Windows color (decimal): -279823 or 15842043. OLE color: 15842043.

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

Color convert

RGB251186241-
CMYK00.260.040.02
HSL309.23º89.04%85.69%-
HSV(B)309.23º25.9%98.43%-
XYZ73.2261.9891.32-
YUV211.7144.53156.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.02%
GREEN value IS 186 (73.05% from 255) = 27.43%
BLUE value IS 241 (94.53% from 255) = 35.55%
R=37.02%
G=27.43%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118624100.260.040.02309.2389.0485.69
HexFBBAF101A421355956
Octal37327236103242465131126
Binary1111101110111010111100010110101001010011010110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBAF1; }

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

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

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

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

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

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

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

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