#F5BFF9

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

Shades of Snuff #F5BFF9

Tints of Snuff #F5BFF9

Color information

#F5BFF9 (or 0xF5BFF9) is unknown color: approx Snuff. HEX triplet: F5, BF and F9. RGB value is (245,191,249). Sum of RGB (Red+Green+Blue) = 245+191+249=685 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.77% from 685); Green value is 191 (75% from 255 or 27.88% 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 #F5BFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BFF9 is #0A4006. Grayscale: #D5D5D5. Windows color (decimal): -671751 or 16367605. OLE color: 16367605.

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

Color convert

RGB245191249-
CMYK0.020.2300.02
HSL295.86º82.86%86.27%-
HSV(B)295.86º23.29%97.65%-
XYZ73.3963.5198.01-
YUV213.76147.89150.28-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.77%
GREEN value IS 191 (75% from 255) = 27.88%
BLUE value IS 249 (97.66% from 255) = 36.35%
R=35.77%
G=27.88%
B=36.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2451912490.020.2300.02295.8682.8686.27
HexF5BFF9217021285356
Octal36527737122702450123126
Binary111101011011111111111001101011101010010100010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BFF9; }

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

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

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

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

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

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

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

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