#FBDED1

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

Shades of Pippin #FBDED1

Tints of Pippin #FBDED1

Color information

#FBDED1 (or 0xFBDED1) is unknown color: approx Pippin. HEX triplet: FB, DE and D1. RGB value is (251,222,209). Sum of RGB (Red+Green+Blue) = 251+222+209=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 209 (82.03% from 255 or 30.65% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDED1 is #04212E. Grayscale: #E5E5E5. Windows color (decimal): -270639 or 13754107. OLE color: 13754107.

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

Color convert

RGB251222209-
CMYK00.120.170.02
HSL18.57º84%90.2%-
HSV(B)18.57º16.73%98.43%-
XYZ77.4177.3671.17-
YUV229.19116.61143.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.80%
GREEN value IS 222 (87.11% from 255) = 32.55%
BLUE value IS 209 (82.03% from 255) = 30.65%
R=36.80%
G=32.55%
B=30.65%

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
Decimal25122220900.120.170.0218.578490.2
HexFBDED10C11213545a
Octal37333632101421223124132
Binary1111101111011110110100010110010001101001110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDED1; }

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

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

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

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

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

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

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

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