#F9DAD2

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

Shades of Pippin #F9DAD2

Tints of Pippin #F9DAD2

Color information

#F9DAD2 (or 0xF9DAD2) is unknown color: approx Pippin. HEX triplet: F9, DA and D2. RGB value is (249,218,210). Sum of RGB (Red+Green+Blue) = 249+218+210=677 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.78% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 210 (82.42% from 255 or 31.02% from 677); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DAD2 is #06252D. Grayscale: #E2E2E2. Windows color (decimal): -402734 or 13818617. OLE color: 13818617.

HSL color Cylindrical-coordinate representation of color #F9DAD2: hue angle of 12.31º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F9DAD2 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB249218210-
CMYK00.120.160.02
HSL12.31º76.47%90%-
HSV(B)12.31º15.66%97.65%-
XYZ75.7774.9471.44-
YUV226.36118.77144.15-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.78%
GREEN value IS 218 (85.55% from 255) = 32.20%
BLUE value IS 210 (82.42% from 255) = 31.02%
R=36.78%
G=32.20%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921821000.120.160.0212.3176.4790
HexF9DAD20C102c4c5a
Octal37133232201420214114132
Binary111110011101101011010010011001000010110010011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DAD2; }

 p { color: rgb(249,218,210); }

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

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

 a { background-color: rgb(249,218,210); }

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

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

 span { border-color: rgb(249,218,210); }

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