#FBDDD1

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

Shades of Pippin #FBDDD1

Tints of Pippin #FBDDD1

Color information

#FBDDD1 (or 0xFBDDD1) is unknown color: approx Pippin. HEX triplet: FB, DD and D1. RGB value is (251,221,209). Sum of RGB (Red+Green+Blue) = 251+221+209=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 209 (82.03% from 255 or 30.69% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDD1 is #04222E. Grayscale: #E4E4E4. Windows color (decimal): -270895 or 13753851. OLE color: 13753851.

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

Color convert

RGB251221209-
CMYK00.120.170.02
HSL17.14º84%90.2%-
HSV(B)17.14º16.73%98.43%-
XYZ77.1576.8371.08-
YUV228.6116.94143.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.86%
GREEN value IS 221 (86.72% from 255) = 32.45%
BLUE value IS 209 (82.03% from 255) = 30.69%
R=36.86%
G=32.45%
B=30.69%

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
Decimal25122120900.120.170.0217.148490.2
HexFBDDD10C11211545a
Octal37333532101421221124132
Binary1111101111011101110100010110010001101000110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDD1; }

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

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

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

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

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

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

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

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