#FBB2F9

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

Shades of Lavender Rose #FBB2F9

Tints of Lavender Rose #FBB2F9

Color information

#FBB2F9 (or 0xFBB2F9) is unknown color: approx Lavender Rose. HEX triplet: FB, B2 and F9. RGB value is (251,178,249). Sum of RGB (Red+Green+Blue) = 251+178+249=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 178 (69.92% from 255 or 26.25% from 678); Blue value is 249 (97.66% from 255 or 36.73% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB2F9 is #044D06. Grayscale: #CFCFCF. Windows color (decimal): -281863 or 16364283. OLE color: 16364283.

HSL color Cylindrical-coordinate representation of color #FBB2F9: hue angle of 301.64º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBB2F9 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB251178249-
CMYK00.290.010.02
HSL301.64º90.12%84.12%-
HSV(B)301.64º29.08%98.43%-
XYZ72.859.1997.21-
YUV207.92151.18158.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.02%
GREEN value IS 178 (69.92% from 255) = 26.25%
BLUE value IS 249 (97.66% from 255) = 36.73%
R=37.02%
G=26.25%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117824900.290.010.02301.6490.1284.12
HexFBB2F901D1212e5a54
Octal37326237103512456132124
Binary11111011101100101111100101110111010010111010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB2F9; }

 p { color: rgb(251,178,249); }

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

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

 a { background-color: rgb(251,178,249); }

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

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

 span { border-color: rgb(251,178,249); }

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