#F8BBF9

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

Shades of Snuff #F8BBF9

Tints of Snuff #F8BBF9

Color information

#F8BBF9 (or 0xF8BBF9) is unknown color: approx Snuff. HEX triplet: F8, BB and F9. RGB value is (248,187,249). Sum of RGB (Red+Green+Blue) = 248+187+249=684 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.26% from 684); Green value is 187 (73.44% from 255 or 27.34% from 684); Blue value is 249 (97.66% from 255 or 36.40% from 684); Max value from RGB is 249 - color contains mainly: blue. Hex color #F8BBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BBF9 is #074406. Grayscale: #D4D4D4. Windows color (decimal): -476167 or 16366584. OLE color: 16366584.

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

Color convert

RGB248187249-
CMYK0.000.2500.02
HSL299.03º83.78%85.49%-
HSV(B)299.03º24.9%97.65%-
XYZ73.5862.3497.78-
YUV212.31148.71153.46-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.26%
GREEN value IS 187 (73.44% from 255) = 27.34%
BLUE value IS 249 (97.66% from 255) = 36.40%
R=36.26%
G=27.34%
B=36.40%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2481872490.000.2500.02299.0383.7885.49
HexF8BBF90190212b5455
Octal37027337103102453124125
Binary11111000101110111111100101100101010010101110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BBF9; }

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

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

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

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

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

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

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

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