#FBDDD0

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

Shades of Pippin #FBDDD0

Tints of Pippin #FBDDD0

Color information

#FBDDD0 (or 0xFBDDD0) is unknown color: approx Pippin. HEX triplet: FB, DD and D0. RGB value is (251,221,208). Sum of RGB (Red+Green+Blue) = 251+221+208=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 208 (81.64% from 255 or 30.59% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDD0 is #04222F. Grayscale: #E4E4E4. Windows color (decimal): -270896 or 13688315. OLE color: 13688315.

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

Color convert

RGB251221208-
CMYK00.120.170.02
HSL18.14º84.31%90%-
HSV(B)18.14º17.13%98.43%-
XYZ77.0376.7870.43-
YUV228.49116.44144.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.91%
GREEN value IS 221 (86.72% from 255) = 32.5%
BLUE value IS 208 (81.64% from 255) = 30.59%
R=36.91%
G=32.5%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122120800.120.170.0218.1484.3190
HexFBDDD00C11212545a
Octal37333532001421222124132
Binary1111101111011101110100000110010001101001010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDD0; }

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

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

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

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

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

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

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

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