#FBE0D7

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

Shades of Pippin #FBE0D7

Tints of Pippin #FBE0D7

Color information

#FBE0D7 (or 0xFBE0D7) is unknown color: approx Pippin. HEX triplet: FB, E0 and D7. RGB value is (251,224,215). Sum of RGB (Red+Green+Blue) = 251+224+215=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 224 (87.89% from 255 or 32.46% from 690); Blue value is 215 (84.38% from 255 or 31.16% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0D7 is #041F28. Grayscale: #E7E7E7. Windows color (decimal): -270121 or 14147835. OLE color: 14147835.

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

Color convert

RGB251224215-
CMYK00.110.140.02
HSL15º81.82%91.37%-
HSV(B)15º14.34%98.43%-
XYZ78.7178.7375.34-
YUV231.05118.95142.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.38%
GREEN value IS 224 (87.89% from 255) = 32.46%
BLUE value IS 215 (84.38% from 255) = 31.16%
R=36.38%
G=32.46%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122421500.110.140.021581.8291.37
HexFBE0D70BE2f525b
Octal37334032701316217122133
Binary11111011111000001101011101011111010111110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE0D7; }

 p { color: rgb(251,224,215); }

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

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

 a { background-color: rgb(251,224,215); }

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

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

 span { border-color: rgb(251,224,215); }

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