#F7DCD2

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

Shades of Pippin #F7DCD2

Tints of Pippin #F7DCD2

Color information

#F7DCD2 (or 0xF7DCD2) is unknown color: approx Pippin. HEX triplet: F7, DC and D2. RGB value is (247,220,210). Sum of RGB (Red+Green+Blue) = 247+220+210=677 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.48% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 210 (82.42% from 255 or 31.02% from 677); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCD2 is #08232D. Grayscale: #E2E2E2. Windows color (decimal): -533294 or 13819127. OLE color: 13819127.

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

Color convert

RGB247220210-
CMYK00.110.150.03
HSL16.22º69.81%89.61%-
HSV(B)16.22º14.98%96.86%-
XYZ75.5875.6171.58-
YUV226.93118.45142.31-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.48%
GREEN value IS 220 (86.33% from 255) = 32.50%
BLUE value IS 210 (82.42% from 255) = 31.02%
R=36.48%
G=32.50%
B=31.02%

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
Decimal24722021000.110.150.0316.2269.8189.61
HexF7DCD20BF310465a
Octal36733432201317320106132
Binary111101111101110011010010010111111111000010001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DCD2; }

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

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

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

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

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

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

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

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