#F8BCF9

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

Shades of Snuff #F8BCF9

Tints of Snuff #F8BCF9

Color information

#F8BCF9 (or 0xF8BCF9) is unknown color: approx Snuff. HEX triplet: F8, BC and F9. RGB value is (248,188,249). Sum of RGB (Red+Green+Blue) = 248+188+249=685 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.20% from 685); Green value is 188 (73.83% from 255 or 27.45% from 685); Blue value is 249 (97.66% from 255 or 36.35% from 685); Max value from RGB is 249 - color contains mainly: blue. Hex color #F8BCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BCF9 is #074306. Grayscale: #D4D4D4. Windows color (decimal): -475911 or 16366840. OLE color: 16366840.

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

Color convert

RGB248188249-
CMYK0.000.2400.02
HSL299.02º83.56%85.69%-
HSV(B)299.02º24.5%97.65%-
XYZ73.7962.7697.85-
YUV212.89148.38153.04-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.20%
GREEN value IS 188 (73.83% from 255) = 27.45%
BLUE value IS 249 (97.66% from 255) = 36.35%
R=36.20%
G=27.45%
B=36.35%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2481882490.000.2400.02299.0283.5685.69
HexF8BCF90180212b5456
Octal37027437103002453124126
Binary11111000101111001111100101100001010010101110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BCF9; }

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

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

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

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

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

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

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

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