#FBD0F8

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

Shades of Snuff #FBD0F8

Tints of Snuff #FBD0F8

Color information

#FBD0F8 (or 0xFBD0F8) is unknown color: approx Snuff. HEX triplet: FB, D0 and F8. RGB value is (251,208,248). Sum of RGB (Red+Green+Blue) = 251+208+248=707 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.50% from 707); Green value is 208 (81.64% from 255 or 29.42% from 707); Blue value is 248 (97.27% from 255 or 35.08% from 707); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD0F8 is #042F07. Grayscale: #E1E1E1. Windows color (decimal): -274184 or 16306427. OLE color: 16306427.

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

Color convert

RGB251208248-
CMYK00.170.010.02
HSL304.19º84.31%90%-
HSV(B)304.19º17.13%98.43%-
XYZ79.2872.498.6-
YUV225.42140.75146.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.50%
GREEN value IS 208 (81.64% from 255) = 29.42%
BLUE value IS 248 (97.27% from 255) = 35.08%
R=35.50%
G=29.42%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120824800.170.010.02304.1984.3190
HexFBD0F801112130545a
Octal37332037002112460124132
Binary11111011110100001111100001000111010011000010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD0F8; }

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

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

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

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

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

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

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

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