#F8BCFA

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

Shades of Snuff #F8BCFA

Tints of Snuff #F8BCFA

Color information

#F8BCFA (or 0xF8BCFA) is unknown color: approx Snuff. HEX triplet: F8, BC and FA. RGB value is (248,188,250). Sum of RGB (Red+Green+Blue) = 248+188+250=686 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.15% from 686); Green value is 188 (73.83% from 255 or 27.41% 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 #F8BCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BCFA is #074305. Grayscale: #D4D4D4. Windows color (decimal): -475910 or 16432376. OLE color: 16432376.

HSL color Cylindrical-coordinate representation of color #F8BCFA: hue angle of 298.06º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8BCFA is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB248188250-
CMYK0.010.2500.02
HSL298.06º86.11%85.88%-
HSV(B)298.06º24.8%98.04%-
XYZ73.9562.8398.67-
YUV213.01148.88152.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.15%
GREEN value IS 188 (73.83% from 255) = 27.41%
BLUE value IS 250 (98.05% from 255) = 36.44%
R=36.15%
G=27.41%
B=36.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2481882500.010.2500.02298.0686.1185.88
HexF8BCFA1190212a5656
Octal37027437213102452126126
Binary11111000101111001111101011100101010010101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BCFA; }

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

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

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

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

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

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

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

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