#F8DCD4

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

Shades of Pippin #F8DCD4

Tints of Pippin #F8DCD4

Color information

#F8DCD4 (or 0xF8DCD4) is unknown color: approx Pippin. HEX triplet: F8, DC and D4. RGB value is (248,220,212). Sum of RGB (Red+Green+Blue) = 248+220+212=680 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.47% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 212 (83.20% from 255 or 31.18% from 680); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DCD4 is #07232B. Grayscale: #E3E3E3. Windows color (decimal): -467756 or 13950200. OLE color: 13950200.

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

Color convert

RGB248220212-
CMYK00.110.150.03
HSL13.33º72%90.2%-
HSV(B)13.33º14.52%97.25%-
XYZ76.1975.972.92-
YUV227.46119.28142.65-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.47%
GREEN value IS 220 (86.33% from 255) = 32.35%
BLUE value IS 212 (83.20% from 255) = 31.18%
R=36.47%
G=32.35%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822021200.110.150.0313.337290.2
HexF8DCD40BF3d485a
Octal37033432401317315110132
Binary11111000110111001101010001011111111110110010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DCD4; }

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

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

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

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

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

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

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

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