#F8BDFA

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

Shades of Snuff #F8BDFA

Tints of Snuff #F8BDFA

Color information

#F8BDFA (or 0xF8BDFA) is unknown color: approx Snuff. HEX triplet: F8, BD and FA. RGB value is (248,189,250). Sum of RGB (Red+Green+Blue) = 248+189+250=687 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.10% from 687); Green value is 189 (74.22% from 255 or 27.51% 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 #F8BDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BDFA is #074205. Grayscale: #D5D5D5. Windows color (decimal): -475654 or 16432632. OLE color: 16432632.

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

Color convert

RGB248189250-
CMYK0.010.2400.02
HSL298.03º85.92%86.08%-
HSV(B)298.03º24.4%98.04%-
XYZ74.1663.2598.74-
YUV213.6148.55152.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.10%
GREEN value IS 189 (74.22% from 255) = 27.51%
BLUE value IS 250 (98.05% from 255) = 36.39%
R=36.10%
G=27.51%
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
Decimal2481892500.010.2400.02298.0385.9286.08
HexF8BDFA1180212a5656
Octal37027537213002452126126
Binary11111000101111011111101011100001010010101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BDFA; }

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

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

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

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

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

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

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

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