#F5BFFA

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

Shades of Snuff #F5BFFA

Tints of Snuff #F5BFFA

Color information

#F5BFFA (or 0xF5BFFA) is unknown color: approx Snuff. HEX triplet: F5, BF and FA. RGB value is (245,191,250). Sum of RGB (Red+Green+Blue) = 245+191+250=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 191 (75% from 255 or 27.84% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5BFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BFFA is #0A4005. Grayscale: #D5D5D5. Windows color (decimal): -671750 or 16433141. OLE color: 16433141.

HSL color Cylindrical-coordinate representation of color #F5BFFA: hue angle of 294.92º degrees, saturation: 0.86, 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 #F5BFFA is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB245191250-
CMYK0.020.2400.02
HSL294.92º85.51%86.47%-
HSV(B)294.92º23.6%98.04%-
XYZ73.5463.5898.84-
YUV213.87148.39150.2-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.71%
GREEN value IS 191 (75% from 255) = 27.84%
BLUE value IS 250 (98.05% from 255) = 36.44%
R=35.71%
G=27.84%
B=36.44%

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
Decimal2451912500.020.2400.02294.9285.5186.47
HexF5BFFA218021275656
Octal36527737223002447126126
Binary111101011011111111111010101100001010010011110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BFFA; }

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

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

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

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

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

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

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

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