#F7BEFA

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

Shades of Snuff #F7BEFA

Tints of Snuff #F7BEFA

Color information

#F7BEFA (or 0xF7BEFA) is unknown color: approx Snuff. HEX triplet: F7, BE and FA. RGB value is (247,190,250). Sum of RGB (Red+Green+Blue) = 247+190+250=687 (90% of max value = 765). Red value is 247 (96.88% from 255 or 35.95% from 687); Green value is 190 (74.61% from 255 or 27.66% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7BEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BEFA is #084105. Grayscale: #D5D5D5. Windows color (decimal): -540934 or 16432887. OLE color: 16432887.

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

Color convert

RGB247190250-
CMYK0.010.2400.02
HSL297º85.71%86.27%-
HSV(B)297º24%98.04%-
XYZ74.0363.598.8-
YUV213.88148.38151.62-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.95%
GREEN value IS 190 (74.61% from 255) = 27.66%
BLUE value IS 250 (98.05% from 255) = 36.39%
R=35.95%
G=27.66%
B=36.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2471902500.010.2400.0229785.7186.27
HexF7BEFA118021295656
Octal36727637213002451126126
Binary11110111101111101111101011100001010010100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BEFA; }

 p { color: rgb(247,190,250); }

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

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

 a { background-color: rgb(247,190,250); }

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

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

 span { border-color: rgb(247,190,250); }

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