#F8BDFB

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

Shades of Snuff #F8BDFB

Tints of Snuff #F8BDFB

Color information

#F8BDFB (or 0xF8BDFB) is unknown color: approx Snuff. HEX triplet: F8, BD and FB. RGB value is (248,189,251). Sum of RGB (Red+Green+Blue) = 248+189+251=688 (91% of max value = 765). Red value is 248 (97.27% from 255 or 36.05% from 688); Green value is 189 (74.22% from 255 or 27.47% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8BDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BDFB is #074204. Grayscale: #D5D5D5. Windows color (decimal): -475653 or 16498168. OLE color: 16498168.

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

Color convert

RGB248189251-
CMYK0.010.2500.02
HSL297.1º88.57%86.27%-
HSV(B)297.1º24.7%98.43%-
XYZ74.3263.3299.57-
YUV213.71149.05152.46-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.05%
GREEN value IS 189 (74.22% from 255) = 27.47%
BLUE value IS 251 (98.44% from 255) = 36.48%
R=36.05%
G=27.47%
B=36.48%

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
Decimal2481892510.010.2500.02297.188.5786.27
HexF8BDFB119021295956
Octal37027537313102451131126
Binary11111000101111011111101111100101010010100110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BDFB; }

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

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

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

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

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

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

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

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