#F8BAF9

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

Shades of Snuff #F8BAF9

Tints of Snuff #F8BAF9

Color information

#F8BAF9 (or 0xF8BAF9) is unknown color: approx Snuff. HEX triplet: F8, BA and F9. RGB value is (248,186,249). Sum of RGB (Red+Green+Blue) = 248+186+249=683 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.31% from 683); Green value is 186 (73.05% from 255 or 27.23% from 683); Blue value is 249 (97.66% from 255 or 36.46% from 683); Max value from RGB is 249 - color contains mainly: blue. Hex color #F8BAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BAF9 is #074506. Grayscale: #D3D3D3. Windows color (decimal): -476423 or 16366328. OLE color: 16366328.

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

Color convert

RGB248186249-
CMYK0.000.2500.02
HSL299.05º84%85.29%-
HSV(B)299.05º25.3%97.65%-
XYZ73.3761.9197.71-
YUV211.72149.04153.88-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.31%
GREEN value IS 186 (73.05% from 255) = 27.23%
BLUE value IS 249 (97.66% from 255) = 36.46%
R=36.31%
G=27.23%
B=36.46%

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
Decimal2481862490.000.2500.02299.058485.29
HexF8BAF90190212b5455
Octal37027237103102453124125
Binary11111000101110101111100101100101010010101110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BAF9; }

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

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

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

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

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

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

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

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