#F8DCD5

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

Shades of Pippin #F8DCD5

Tints of Pippin #F8DCD5

Color information

#F8DCD5 (or 0xF8DCD5) is unknown color: approx Pippin. HEX triplet: F8, DC and D5. RGB value is (248,220,213). Sum of RGB (Red+Green+Blue) = 248+220+213=681 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.42% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 213 (83.59% from 255 or 31.28% from 681); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DCD5 is #07232A. Grayscale: #E3E3E3. Windows color (decimal): -467755 or 14015736. OLE color: 14015736.

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

Color convert

RGB248220213-
CMYK00.110.140.03
HSL12º71.43%90.39%-
HSV(B)12º14.11%97.25%-
XYZ76.3175.9573.59-
YUV227.57119.78142.57-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.42%
GREEN value IS 220 (86.33% from 255) = 32.31%
BLUE value IS 213 (83.59% from 255) = 31.28%
R=36.42%
G=32.31%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822021300.110.140.031271.4390.39
HexF8DCD50BE3c475a
Octal37033432501316314107132
Binary11111000110111001101010101011111011110010001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DCD5; }

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

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

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

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

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

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

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

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