#F7BFFB

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

Shades of Snuff #F7BFFB

Tints of Snuff #F7BFFB

Color information

#F7BFFB (or 0xF7BFFB) is unknown color: approx Snuff. HEX triplet: F7, BF and FB. RGB value is (247,191,251). Sum of RGB (Red+Green+Blue) = 247+191+251=689 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.85% from 689); Green value is 191 (75% from 255 or 27.72% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7BFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BFFB is #084004. Grayscale: #D6D6D6. Windows color (decimal): -540677 or 16498679. OLE color: 16498679.

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

Color convert

RGB247191251-
CMYK0.020.2400.02
HSL296º88.24%86.67%-
HSV(B)296º23.9%98.43%-
XYZ74.46499.7-
YUV214.58148.55151.12-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.85%
GREEN value IS 191 (75% from 255) = 27.72%
BLUE value IS 251 (98.44% from 255) = 36.43%
R=35.85%
G=27.72%
B=36.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2471912510.020.2400.0229688.2486.67
HexF7BFFB218021285857
Octal36727737323002450130127
Binary111101111011111111111011101100001010010100010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BFFB; }

 p { color: rgb(247,191,251); }

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

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

 a { background-color: rgb(247,191,251); }

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

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

 span { border-color: rgb(247,191,251); }

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