#FBB7F1

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

Shades of Lavender Rose #FBB7F1

Tints of Lavender Rose #FBB7F1

Color information

#FBB7F1 (or 0xFBB7F1) is unknown color: approx Lavender Rose. HEX triplet: FB, B7 and F1. RGB value is (251,183,241). Sum of RGB (Red+Green+Blue) = 251+183+241=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 183 (71.88% from 255 or 27.11% from 675); Blue value is 241 (94.53% from 255 or 35.70% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB7F1 is #04480E. Grayscale: #D1D1D1. Windows color (decimal): -280591 or 15841275. OLE color: 15841275.

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

Color convert

RGB251183241-
CMYK00.270.040.02
HSL308.82º89.47%85.1%-
HSV(B)308.82º27.09%98.43%-
XYZ72.5960.7391.11-
YUV209.94145.53157.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.19%
GREEN value IS 183 (71.88% from 255) = 27.11%
BLUE value IS 241 (94.53% from 255) = 35.70%
R=37.19%
G=27.11%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118324100.270.040.02308.8289.4785.1
HexFBB7F101B421355955
Octal37326736103342465131125
Binary1111101110110111111100010110111001010011010110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB7F1; }

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

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

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

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

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

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

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

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