#FBDCD0

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

Shades of Pippin #FBDCD0

Tints of Pippin #FBDCD0

Color information

#FBDCD0 (or 0xFBDCD0) is unknown color: approx Pippin. HEX triplet: FB, DC and D0. RGB value is (251,220,208). Sum of RGB (Red+Green+Blue) = 251+220+208=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 208 (81.64% from 255 or 30.63% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCD0 is #04232F. Grayscale: #E3E3E3. Windows color (decimal): -271152 or 13688059. OLE color: 13688059.

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

Color convert

RGB251220208-
CMYK00.120.170.02
HSL16.74º84.31%90%-
HSV(B)16.74º17.13%98.43%-
XYZ76.7676.2570.35-
YUV227.9116.77144.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.97%
GREEN value IS 220 (86.33% from 255) = 32.40%
BLUE value IS 208 (81.64% from 255) = 30.63%
R=36.97%
G=32.40%
B=30.63%

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
Decimal25122020800.120.170.0216.7484.3190
HexFBDCD00C11211545a
Octal37333432001421221124132
Binary1111101111011100110100000110010001101000110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCD0; }

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

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

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

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

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

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

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

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