Html Css Color HEX #F7DCD5 Pippin

📋 copy color: '#F7DCD5'

red 247 ◦ green 220 ◦ blue 213

#F7DCD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pippin #F7DCD5

Tints of Pippin #F7DCD5

RGB

 RED value IS 247 (96.88% from 255) = 36.32%

 GREEN value IS 220 (86.33% from 255) = 32.35%

 BLUE value IS 213 (83.59% from 255) = 31.32%

R = 36.32%
G = 32.35%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F7DCD5 (or 0xF7DCD5) is known color: Pippin. HEX triplet: F7, DC and D5. RGB value is (247,220,213). Sum of RGB (Red+Green+Blue) = 247+220+213=680 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.32% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 213 (83.59% from 255 or 31.32% from 680); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCD5 is #08232A. Grayscale: #E3E3E3. Windows color (decimal): -533291 or 14015735. OLE color: 14015735.

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

Color convert

RGB 247 220 213 -
CMYK 0 0.11 0.14 0.03
HSL 12.35º 0.68% 0.9% -
HSV(B) 12.35º 0.14% 0.97% -
XYZ 75.96 75.76 73.57 -
YUV 227.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 247 220 213 0 0.11 0.14 0.03 12.35 0.68 0.9
Hex F7 DC D5 0 B E 3 C 44 5A
Octal 367 334 325 0 13 16 3 14 104 132
Binary 11110111 11011100 11010101 0 1011 1110 11 1100 1000100 1011010

Color Harmonies of #F7DCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DCD5

Black with #F7DCD5

Text Example


Text Example

White with #F7DCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DCD5; }

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

 H1.HeaderClassName
 {
   color: #F7DCD5;
 }
 .AnyTagClassName
 {
   color: #F7DCD5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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