#F5BBF7

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

Shades of Snuff #F5BBF7

Tints of Snuff #F5BBF7

Color information

#F5BBF7 (or 0xF5BBF7) is unknown color: approx Snuff. HEX triplet: F5, BB and F7. RGB value is (245,187,247). Sum of RGB (Red+Green+Blue) = 245+187+247=679 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.08% from 679); Green value is 187 (73.44% from 255 or 27.54% from 679); Blue value is 247 (96.88% from 255 or 36.38% from 679); Max value from RGB is 247 - color contains mainly: blue. Hex color #F5BBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BBF7 is #0A4408. Grayscale: #D3D3D3. Windows color (decimal): -672777 or 16235509. OLE color: 16235509.

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

Color convert

RGB245187247-
CMYK0.010.2400.03
HSL298º78.95%85.1%-
HSV(B)298º24.29%96.86%-
XYZ72.2261.6796.09-
YUV211.18148.22152.12-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.08%
GREEN value IS 187 (73.44% from 255) = 27.54%
BLUE value IS 247 (96.88% from 255) = 36.38%
R=36.08%
G=27.54%
B=36.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2451872470.010.2400.0329878.9585.1
HexF5BBF71180312a4f55
Octal36527336713003452117125
Binary11110101101110111111011111100001110010101010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BBF7; }

 p { color: rgb(245,187,247); }

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

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

 a { background-color: rgb(245,187,247); }

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

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

 span { border-color: rgb(245,187,247); }

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