#FBB7F8

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

Shades of Lavender Rose #FBB7F8

Tints of Lavender Rose #FBB7F8

Color information

#FBB7F8 (or 0xFBB7F8) is unknown color: approx Lavender Rose. HEX triplet: FB, B7 and F8. RGB value is (251,183,248). Sum of RGB (Red+Green+Blue) = 251+183+248=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 183 (71.88% from 255 or 26.83% from 682); Blue value is 248 (97.27% from 255 or 36.36% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB7F8 is #044807. Grayscale: #D2D2D2. Windows color (decimal): -280584 or 16300027. OLE color: 16300027.

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

Color convert

RGB251183248-
CMYK00.270.010.02
HSL302.65º89.47%85.1%-
HSV(B)302.65º27.09%98.43%-
XYZ73.6661.1596.73-
YUV210.74149.03156.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.80%
GREEN value IS 183 (71.88% from 255) = 26.83%
BLUE value IS 248 (97.27% from 255) = 36.36%
R=36.80%
G=26.83%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118324800.270.010.02302.6589.4785.1
HexFBB7F801B1212f5955
Octal37326737003312457131125
Binary11111011101101111111100001101111010010111110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB7F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB7F8; }

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

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

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

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

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

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

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

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