#FBDBD2

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

Shades of Pippin #FBDBD2

Tints of Pippin #FBDBD2

Color information

#FBDBD2 (or 0xFBDBD2) is unknown color: approx Pippin. HEX triplet: FB, DB and D2. RGB value is (251,219,210). Sum of RGB (Red+Green+Blue) = 251+219+210=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 210 (82.42% from 255 or 30.88% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDBD2 is #04242D. Grayscale: #E3E3E3. Windows color (decimal): -271406 or 13818875. OLE color: 13818875.

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

Color convert

RGB251219210-
CMYK00.130.160.02
HSL13.17º83.67%90.39%-
HSV(B)13.17º16.33%98.43%-
XYZ76.7575.8371.56-
YUV227.54118.1144.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.91%
GREEN value IS 219 (85.94% from 255) = 32.21%
BLUE value IS 210 (82.42% from 255) = 30.88%
R=36.91%
G=32.21%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121921000.130.160.0213.1783.6790.39
HexFBDBD20D102d545a
Octal37333332201520215124132
Binary111110111101101111010010011011000010110110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDBD2; }

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

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

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

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

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

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

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

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