#FBD0F1

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

Shades of Snuff #FBD0F1

Tints of Snuff #FBD0F1

Color information

#FBD0F1 (or 0xFBD0F1) is unknown color: approx Snuff. HEX triplet: FB, D0 and F1. RGB value is (251,208,241). Sum of RGB (Red+Green+Blue) = 251+208+241=700 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.86% from 700); Green value is 208 (81.64% from 255 or 29.71% from 700); Blue value is 241 (94.53% from 255 or 34.43% from 700); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD0F1 is #042F0E. Grayscale: #E0E0E0. Windows color (decimal): -274191 or 15847675. OLE color: 15847675.

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

Color convert

RGB251208241-
CMYK00.170.040.02
HSL313.95º84.31%90%-
HSV(B)313.95º17.13%98.43%-
XYZ78.2271.9792.99-
YUV224.62137.25146.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.86%
GREEN value IS 208 (81.64% from 255) = 29.71%
BLUE value IS 241 (94.53% from 255) = 34.43%
R=35.86%
G=29.71%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120824100.170.040.02313.9584.3190
HexFBD0F10114213a545a
Octal37332036102142472124132
Binary1111101111010000111100010100011001010011101010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD0F1; }

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

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

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

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

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

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

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

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