#FBDBD0

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

Shades of Pippin #FBDBD0

Tints of Pippin #FBDBD0

Color information

#FBDBD0 (or 0xFBDBD0) is unknown color: approx Pippin. HEX triplet: FB, DB and D0. RGB value is (251,219,208). Sum of RGB (Red+Green+Blue) = 251+219+208=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 208 (81.64% from 255 or 30.68% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDBD0 is #04242F. Grayscale: #E3E3E3. Windows color (decimal): -271408 or 13687803. OLE color: 13687803.

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

Color convert

RGB251219208-
CMYK00.130.170.02
HSL15.35º84.31%90%-
HSV(B)15.35º17.13%98.43%-
XYZ76.575.7370.26-
YUV227.31117.1144.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.02%
GREEN value IS 219 (85.94% from 255) = 32.30%
BLUE value IS 208 (81.64% from 255) = 30.68%
R=37.02%
G=32.30%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121920800.130.170.0215.3584.3190
HexFBDBD00D112f545a
Octal37333332001521217124132
Binary111110111101101111010000011011000110111110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDBD0; }

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

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

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

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

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

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

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

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