#F8DCD1

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

Shades of Pippin #F8DCD1

Tints of Pippin #F8DCD1

Color information

#F8DCD1 (or 0xF8DCD1) is unknown color: approx Pippin. HEX triplet: F8, DC and D1. RGB value is (248,220,209). Sum of RGB (Red+Green+Blue) = 248+220+209=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 209 (82.03% from 255 or 30.87% from 677); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DCD1 is #07232E. Grayscale: #E3E3E3. Windows color (decimal): -467759 or 13753592. OLE color: 13753592.

HSL color Cylindrical-coordinate representation of color #F8DCD1: hue angle of 16.92º degrees, saturation: 0.74, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F8DCD1 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB248220209-
CMYK00.110.160.03
HSL16.92º73.58%89.61%-
HSV(B)16.92º15.73%97.25%-
XYZ75.8175.7570.95-
YUV227.12117.78142.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.63%
GREEN value IS 220 (86.33% from 255) = 32.50%
BLUE value IS 209 (82.03% from 255) = 30.87%
R=36.63%
G=32.50%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822020900.110.160.0316.9273.5889.61
HexF8DCD10B103114a5a
Octal37033432101320321112132
Binary1111100011011100110100010101110000111000110010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DCD1; }

 p { color: rgb(248,220,209); }

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

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

 a { background-color: rgb(248,220,209); }

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

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

 span { border-color: rgb(248,220,209); }

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