#F8DAD4

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

Shades of Pippin #F8DAD4

Tints of Pippin #F8DAD4

Color information

#F8DAD4 (or 0xF8DAD4) is unknown color: approx Pippin. HEX triplet: F8, DA and D4. RGB value is (248,218,212). Sum of RGB (Red+Green+Blue) = 248+218+212=678 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.58% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 212 (83.20% from 255 or 31.27% from 678); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DAD4 is #07252B. Grayscale: #E2E2E2. Windows color (decimal): -468268 or 13949688. OLE color: 13949688.

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

Color convert

RGB248218212-
CMYK00.120.150.03
HSL10º72%90.2%-
HSV(B)10º14.52%97.25%-
XYZ75.6774.8572.75-
YUV226.29119.94143.49-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.58%
GREEN value IS 218 (85.55% from 255) = 32.15%
BLUE value IS 212 (83.20% from 255) = 31.27%
R=36.58%
G=32.15%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821821200.120.150.03107290.2
HexF8DAD40CF3a485a
Octal37033232401417312110132
Binary11111000110110101101010001100111111101010010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DAD4; }

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

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

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

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

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

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

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

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