#FBD9D0

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

Shades of Pippin #FBD9D0

Tints of Pippin #FBD9D0

Color information

#FBD9D0 (or 0xFBD9D0) is unknown color: approx Pippin. HEX triplet: FB, D9 and D0. RGB value is (251,217,208). Sum of RGB (Red+Green+Blue) = 251+217+208=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 208 (81.64% from 255 or 30.77% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9D0 is #04262F. Grayscale: #E2E2E2. Windows color (decimal): -271920 or 13687291. OLE color: 13687291.

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

Color convert

RGB251217208-
CMYK00.140.170.02
HSL12.56º84.31%90%-
HSV(B)12.56º17.13%98.43%-
XYZ75.9874.6970.09-
YUV226.14117.76145.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.13%
GREEN value IS 217 (85.16% from 255) = 32.10%
BLUE value IS 208 (81.64% from 255) = 30.77%
R=37.13%
G=32.10%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121720800.140.170.0212.5684.3190
HexFBD9D00E112d545a
Octal37333132001621215124132
Binary111110111101100111010000011101000110110110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9D0; }

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

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

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

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

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

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

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

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