#FFD6D9

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

Shades of We Peep #FFD6D9

Tints of We Peep #FFD6D9

Color information

#FFD6D9 (or 0xFFD6D9) is unknown color: approx We Peep. HEX triplet: FF, D6 and D9. RGB value is (255,214,217). Sum of RGB (Red+Green+Blue) = 255+214+217=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 214 (83.98% from 255 or 31.20% from 686); Blue value is 217 (85.16% from 255 or 31.63% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6D9 is #002926. Grayscale: #E2E2E2. Windows color (decimal): -10535 or 14276351. OLE color: 14276351.

HSL color Cylindrical-coordinate representation of color #FFD6D9: hue angle of 355.61º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFD6D9 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB255214217-
CMYK00.160.150
HSL355.61º100%91.96%-
HSV(B)355.61º16.08%100%-
XYZ77.8174.3675.9-
YUV226.6122.58148.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.17%
GREEN value IS 214 (83.98% from 255) = 31.20%
BLUE value IS 217 (85.16% from 255) = 31.63%
R=37.17%
G=31.20%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521421700.160.150355.6110091.96
HexFFD6D9010F0164645c
Octal377326331020170544144134
Binary1111111111010110110110010100001111010110010011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD6D9; }

 p { color: rgb(255,214,217); }

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

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

 a { background-color: rgb(255,214,217); }

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

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

 span { border-color: rgb(255,214,217); }

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