#F5BFF8

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

Shades of Snuff #F5BFF8

Tints of Snuff #F5BFF8

Color information

#F5BFF8 (or 0xF5BFF8) is unknown color: approx Snuff. HEX triplet: F5, BF and F8. RGB value is (245,191,248). Sum of RGB (Red+Green+Blue) = 245+191+248=684 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.82% from 684); Green value is 191 (75% from 255 or 27.92% from 684); Blue value is 248 (97.27% from 255 or 36.26% from 684); Max value from RGB is 248 - color contains mainly: blue. Hex color #F5BFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BFF8 is #0A4007. Grayscale: #D5D5D5. Windows color (decimal): -671752 or 16302069. OLE color: 16302069.

HSL color Cylindrical-coordinate representation of color #F5BFF8: hue angle of 296.84º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5BFF8 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB245191248-
CMYK0.010.2300.03
HSL296.84º80.28%86.08%-
HSV(B)296.84º22.98%97.25%-
XYZ73.2363.4597.19-
YUV213.64147.39150.37-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.82%
GREEN value IS 191 (75% from 255) = 27.92%
BLUE value IS 248 (97.27% from 255) = 36.26%
R=35.82%
G=27.92%
B=36.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2451912480.010.2300.03296.8480.2886.08
HexF5BFF8117031295056
Octal36527737012703451120126
Binary11110101101111111111100011011101110010100110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BFF8; }

 p { color: rgb(245,191,248); }

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

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

 a { background-color: rgb(245,191,248); }

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

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

 span { border-color: rgb(245,191,248); }

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