#F8BEFA

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

Shades of Snuff #F8BEFA

Tints of Snuff #F8BEFA

Color information

#F8BEFA (or 0xF8BEFA) is unknown color: approx Snuff. HEX triplet: F8, BE and FA. RGB value is (248,190,250). Sum of RGB (Red+Green+Blue) = 248+190+250=688 (91% of max value = 765). Red value is 248 (97.27% from 255 or 36.05% from 688); Green value is 190 (74.61% from 255 or 27.62% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8BEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BEFA is #074105. Grayscale: #D6D6D6. Windows color (decimal): -475398 or 16432888. OLE color: 16432888.

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

Color convert

RGB248190250-
CMYK0.010.2400.02
HSL298º85.71%86.27%-
HSV(B)298º24%98.04%-
XYZ74.3863.6998.81-
YUV214.18148.22152.12-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.05%
GREEN value IS 190 (74.61% from 255) = 27.62%
BLUE value IS 250 (98.05% from 255) = 36.34%
R=36.05%
G=27.62%
B=36.34%

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
Decimal2481902500.010.2400.0229885.7186.27
HexF8BEFA1180212a5656
Octal37027637213002452126126
Binary11111000101111101111101011100001010010101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BEFA; }

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

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

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

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

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

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

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

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