#FBDAD3

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

Shades of Pippin #FBDAD3

Tints of Pippin #FBDAD3

Color information

#FBDAD3 (or 0xFBDAD3) is unknown color: approx Pippin. HEX triplet: FB, DA and D3. RGB value is (251,218,211). Sum of RGB (Red+Green+Blue) = 251+218+211=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 218 (85.55% from 255 or 32.06% from 680); Blue value is 211 (82.81% from 255 or 31.03% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDAD3 is #04252C. Grayscale: #E3E3E3. Windows color (decimal): -271661 or 13884155. OLE color: 13884155.

HSL color Cylindrical-coordinate representation of color #FBDAD3: hue angle of 10.5º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FBDAD3 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB251218211-
CMYK00.130.160.02
HSL10.5º83.33%90.59%-
HSV(B)10.5º15.94%98.43%-
XYZ76.6175.3672.14-
YUV227.07118.93145.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.91%
GREEN value IS 218 (85.55% from 255) = 32.06%
BLUE value IS 211 (82.81% from 255) = 31.03%
R=36.91%
G=32.06%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121821100.130.160.0210.583.3390.59
HexFBDAD30D102b535b
Octal37333232301520213123133
Binary111110111101101011010011011011000010101110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDAD3; }

 p { color: rgb(251,218,211); }

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

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

 a { background-color: rgb(251,218,211); }

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

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

 span { border-color: rgb(251,218,211); }

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