#F8BBF7

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

Shades of Snuff #F8BBF7

Tints of Snuff #F8BBF7

Color information

#F8BBF7 (or 0xF8BBF7) is unknown color: approx Snuff. HEX triplet: F8, BB and F7. RGB value is (248,187,247). Sum of RGB (Red+Green+Blue) = 248+187+247=682 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.36% from 682); Green value is 187 (73.44% from 255 or 27.42% from 682); Blue value is 247 (96.88% from 255 or 36.22% from 682); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BBF7 is #074408. Grayscale: #D3D3D3. Windows color (decimal): -476169 or 16235512. OLE color: 16235512.

HSL color Cylindrical-coordinate representation of color #F8BBF7: hue angle of 300.98º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8BBF7 is Cyan = 0, Magento = 0.25, Yellow = 0.00 and Black (K on CMYK) = 0.03.

Color convert

RGB248187247-
CMYK00.250.000.03
HSL300.98º81.33%85.29%-
HSV(B)300.98º24.6%97.25%-
XYZ73.2762.2196.14-
YUV212.08147.71153.62-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.36%
GREEN value IS 187 (73.44% from 255) = 27.42%
BLUE value IS 247 (96.88% from 255) = 36.22%
R=36.36%
G=27.42%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818724700.250.000.03300.9881.3385.29
HexF8BBF70190312d5155
Octal37027336703103455121125
Binary11111000101110111111011101100101110010110110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BBF7; }

 p { color: rgb(248,187,247); }

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

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

 a { background-color: rgb(248,187,247); }

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

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

 span { border-color: rgb(248,187,247); }

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