#FBDED0

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

Shades of Pippin #FBDED0

Tints of Pippin #FBDED0

Color information

#FBDED0 (or 0xFBDED0) is unknown color: approx Pippin. HEX triplet: FB, DE and D0. RGB value is (251,222,208). Sum of RGB (Red+Green+Blue) = 251+222+208=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 208 (81.64% from 255 or 30.54% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDED0 is #04212F. Grayscale: #E5E5E5. Windows color (decimal): -270640 or 13688571. OLE color: 13688571.

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

Color convert

RGB251222208-
CMYK00.120.170.02
HSL19.53º84.31%90%-
HSV(B)19.53º17.13%98.43%-
XYZ77.2977.3170.52-
YUV229.08116.11143.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.86%
GREEN value IS 222 (87.11% from 255) = 32.60%
BLUE value IS 208 (81.64% from 255) = 30.54%
R=36.86%
G=32.60%
B=30.54%

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
Decimal25122220800.120.170.0219.5384.3190
HexFBDED00C11214545a
Octal37333632001421224124132
Binary1111101111011110110100000110010001101010010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDED0; }

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

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

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

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

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

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

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

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