#F7DCD4

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

Shades of Pippin #F7DCD4

Tints of Pippin #F7DCD4

Color information

#F7DCD4 (or 0xF7DCD4) is unknown color: approx Pippin. HEX triplet: F7, DC and D4. RGB value is (247,220,212). Sum of RGB (Red+Green+Blue) = 247+220+212=679 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.38% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 212 (83.20% from 255 or 31.22% from 679); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCD4 is #08232B. Grayscale: #E3E3E3. Windows color (decimal): -533292 or 13950199. OLE color: 13950199.

HSL color Cylindrical-coordinate representation of color #F7DCD4: hue angle of 13.71º degrees, saturation: 0.69, 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 #F7DCD4 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB247220212-
CMYK00.110.140.03
HSL13.71º68.63%90%-
HSV(B)13.71º14.17%96.86%-
XYZ75.8375.7172.9-
YUV227.16119.45142.15-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.38%
GREEN value IS 220 (86.33% from 255) = 32.40%
BLUE value IS 212 (83.20% from 255) = 31.22%
R=36.38%
G=32.40%
B=31.22%

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
Decimal24722021200.110.140.0313.7168.6390
HexF7DCD40BE3e455a
Octal36733432401316316105132
Binary11110111110111001101010001011111011111010001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DCD4; }

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

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

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

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

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

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

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

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