#FBB8F7

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

Shades of Lavender Rose #FBB8F7

Tints of Lavender Rose #FBB8F7

Color information

#FBB8F7 (or 0xFBB8F7) is unknown color: approx Lavender Rose. HEX triplet: FB, B8 and F7. RGB value is (251,184,247). Sum of RGB (Red+Green+Blue) = 251+184+247=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 184 (72.27% from 255 or 26.98% from 682); Blue value is 247 (96.88% from 255 or 36.22% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB8F7 is #044708. Grayscale: #D3D3D3. Windows color (decimal): -280329 or 16234747. OLE color: 16234747.

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

Color convert

RGB251184247-
CMYK00.270.020.02
HSL303.58º89.33%85.29%-
HSV(B)303.58º26.69%98.43%-
XYZ73.7161.5195.98-
YUV211.21148.2156.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.80%
GREEN value IS 184 (72.27% from 255) = 26.98%
BLUE value IS 247 (96.88% from 255) = 36.22%
R=36.80%
G=26.98%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118424700.270.020.02303.5889.3385.29
HexFBB8F701B221305955
Octal37327036703322460131125
Binary111110111011100011110111011011101010011000010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB8F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB8F7; }

 p { color: rgb(251,184,247); }

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

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

 a { background-color: rgb(251,184,247); }

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

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

 span { border-color: rgb(251,184,247); }

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